| alpm-lint-rules(1) | General Commands Manual | alpm-lint-rules(1) |
NAME
alpm-lint-rules - Return the definition of all lint rules as structured data
SYNOPSIS
alpm-lint rules [-f|--format] [-v|--verbose]... [-p|--pretty] [-q|--quiet]... [-o|--output] [-h|--help]
DESCRIPTION
Return the definition of all lint rules as structured data
OPTIONS
- -f, --format <FORMAT> [default: json]
- The output format to use
Possible values:
- •
- json: The JSON output format
- -v, --verbose
- More output per occurrence
- -p, --pretty
- Pretty-print the output.
Has no effect if the output format can not be pretty printed.
- -q, --quiet
- Less output per occurrence
- -o, --output <FILE>
- Optional output file path.
If not provided, output goes to stdout.
- -h, --help
- Print help (see a summary with '-h')
| alpm-lint-rules |