whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Add the --help command-line flag. #247

Closed andreubotella closed 4 years ago

andreubotella commented 4 years ago

Wait, I just realized that we're already using the -h flag to disable highlighting. I'll just make it --help and help.

domenic commented 4 years ago

Since help is not a flag that modifies other operations, but instead a subcommand that does something entirely different, I think the existing version is more correct.

andreubotella commented 4 years ago

That's fair, but --help is basically a standard among Unix CLI applications, so I don't think adding it hurts.