Skip to content
Snippets Groups Projects
Commit e22293fc authored by David Sveningsson's avatar David Sveningsson
Browse files

fix(cli): `--help` does not take an argument

parent 6852d30d
No related branches found
No related tags found
Loading
Pipeline #92949811 passed with warnings
......@@ -97,8 +97,6 @@ const argv: minimist.ParsedArgs = minimist(process.argv.slice(2), {
"ext",
"f",
"formatter",
"h",
"help",
"max-warnings",
"rule",
"stdin-filename",
......@@ -108,6 +106,8 @@ const argv: minimist.ParsedArgs = minimist(process.argv.slice(2), {
"dump-events",
"dump-tokens",
"dump-tree",
"h",
"help",
"print-config",
"stdin",
"version",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment