@@ -44,32 +44,35 @@ info on all available options.
4444``` txt
4545Usage: remark [options] [path | glob ...]
4646
47- CLI to process Markdown with remark using plugins
47+ CLI to process Markdown with remark
4848
4949Options:
5050
51- -h --help output usage information
52- -v --version output version number
53- -o --output [path] specify output location
54- -r --rc-path <path> specify configuration file
55- -i --ignore-path <path> specify ignore file
56- -s --setting <settings> specify settings
57- -e --ext <extensions> specify extensions
58- -u --use <plugins> use plugins
59- -w --watch watch for changes and reprocess
60- -q --quiet output only warnings and errors
61- -S --silent output only errors
62- -f --frail exit with 1 on warnings
63- -t --tree specify input and output as syntax tree
64- --report <reporter> specify reporter
65- --file-path <path> specify path to process as
66- --tree-in specify input as syntax tree
67- --tree-out output syntax tree
68- --inspect output formatted syntax tree
69- --[no-]stdout specify writing to stdout (on by default)
70- --[no-]color specify color in report (on by default)
71- --[no-]config search for configuration files (on by default)
72- --[no-]ignore search for ignore files (on by default)
51+ -h --help output usage information
52+ -v --version output version number
53+ -o --output [path] specify output location
54+ -r --rc-path <path> specify configuration file
55+ -i --ignore-path <path> specify ignore file
56+ -s --setting <settings> specify settings
57+ -e --ext <extensions> specify extensions
58+ -u --use <plugins> use plugins
59+ -w --watch watch for changes and reprocess
60+ -q --quiet output only warnings and errors
61+ -S --silent output only errors
62+ -f --frail exit with 1 on warnings
63+ -t --tree specify input and output as syntax tree
64+ --report <reporter> specify reporter
65+ --file-path <path> specify path to process as
66+ --ignore-path-resolve-from dir|cwd resolve patterns in `ignore-path` from its directory or cwd
67+ --ignore-pattern <globs> specify ignore patterns
68+ --silently-ignore do not fail when given ignored files
69+ --tree-in specify input as syntax tree
70+ --tree-out output syntax tree
71+ --inspect output formatted syntax tree
72+ --[no-]stdout specify writing to stdout (on by default)
73+ --[no-]color specify color in report (on by default)
74+ --[no-]config search for configuration files (on by default)
75+ --[no-]ignore search for ignore files (on by default)
7376
7477Examples:
7578
0 commit comments