| alpm-lint-meta(1) | General Commands Manual | alpm-lint-meta(1) |
NAME
alpm-lint-meta - Return metadata about available lint groups, scopes, and levels for static site generators
SYNOPSIS
alpm-lint meta [-f|--format] [-v|--verbose]... [-p|--pretty] [-q|--quiet]... [-o|--output] [-h|--help]
DESCRIPTION
Return metadata about available lint groups, scopes, and levels for static site generators.
By default the metadata is returned on stdout.
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.
Instructs the output to be written to the provided file path.
- -h, --help
- Print help (see a summary with '-h')
| alpm-lint-meta |