CLI Reference
Generated from falcon's argument parser (v0.3.0). A fast Dart linter.
falcon [OPTIONS] <COMMAND>Global options
Accepted by every subcommand.
--log-format <FORMAT>Log output format
--verbosefalcon check
Lint one or more Dart files or directories
falcon check [OPTIONS] [PATHS]...<PATHS>positionalPaths to lint
--config <CONFIG>Path to falcon.json config
--format <FORMAT>Output format for diagnostics
--exclude <GLOB>Glob patterns to exclude (repeatable)
--max-errors <N>Stop after this many diagnostics
--quietSuppress all diagnostic output
--exit-code <N>Exit code to use when violations are found (default: 1)
--parallelUse Rayon parallel file analysis instead of sequential
falcon lsp
Start the LSP server (reads JSON-RPC 2.0 from stdin)
falcon lsp [OPTIONS]No options.
falcon migrate
Migrate to falcon.json. Converts a dart_code_linter / pyramid_lint analysis_options.yaml, or upgrades an existing falcon.json by rewriting legacy rule ids to their canonical form (auto-detected from the input)
falcon migrate [OPTIONS]--input <PATH>Path to the input: an analysis_options.yaml to convert, or an existing falcon.json to upgrade (default: ./analysis_options.yaml)
--writeWrite falcon.json instead of printing to stdout
--output <PATH>Output path when --write is set (default: ./falcon.json)
falcon version
Print version information and exit
falcon version [OPTIONS]No options.