CLI overview

pixel-art-lint is invoked as a single binary with subcommands. Global options apply to every run; subcommands perform the work.

Usage

Terminal
pixel-art-lint [OPTIONS] <COMMAND>

Global options

  • -h, --help: command line help.
  • -V, --version: command line help.

Subcommands

  • check: scan .aseprite, PNG, and BMP files and report rule violations.
  • init: interactive wizard that writes pixelartlint.toml.

Logging

By default, completed runs log at info level. Set SPDLOG_RS_LEVEL using spdlog-rs level names (for example debug or trace) for persistent verbosity without passing --verbose every time.

Exit codes

  • 0 when check finishes with no violations.
  • Non-zero when violations are found, configuration cannot be read, or a fatal error occurs during the walk.