@@ -4,28 +4,29 @@ Usage: foo [options] [path | glob ...]
44
55Options:
66
7- -h --help output usage information
8- -v --version output version number
9- -o --output [path] specify output location
10- -r --rc-path <path> specify configuration file
11- -i --ignore-path <path> specify ignore file
12- -s --setting <settings> specify settings
13- -e --ext <extensions> specify extensions
14- -u --use <plugins> use plugins
15- -w --watch watch for changes and reprocess
16- -q --quiet output only warnings and errors
17- -S --silent output only errors
18- -f --frail exit with 1 on warnings
19- -t --tree specify input and output as syntax tree
20- --report <reporter> specify reporter
21- --file-path <path> specify path to process as
22- --tree-in specify input as syntax tree
23- --tree-out output syntax tree
24- --inspect output formatted syntax tree
25- --[no-]stdout specify writing to stdout (on by default)
26- --[no-]color specify color in report (on by default)
27- --[no-]config search for configuration files (on by default)
28- --[no-]ignore search for ignore files (on by default)
7+ -h --help output usage information
8+ -v --version output version number
9+ -o --output [path] specify output location
10+ -r --rc-path <path> specify configuration file
11+ -i --ignore-path <path> specify ignore file
12+ -s --setting <settings> specify settings
13+ -e --ext <extensions> specify extensions
14+ -u --use <plugins> use plugins
15+ -w --watch watch for changes and reprocess
16+ -q --quiet output only warnings and errors
17+ -S --silent output only errors
18+ -f --frail exit with 1 on warnings
19+ -t --tree specify input and output as syntax tree
20+ --report <reporter> specify reporter
21+ --file-path <path> specify path to process as
22+ --ignore-pattern <globs> specify ignore patterns
23+ --tree-in specify input as syntax tree
24+ --tree-out output syntax tree
25+ --inspect output formatted syntax tree
26+ --[no-]stdout specify writing to stdout (on by default)
27+ --[no-]color specify color in report (on by default)
28+ --[no-]config search for configuration files (on by default)
29+ --[no-]ignore search for ignore files (on by default)
2930
3031Examples:
3132
0 commit comments