broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

(cli): Misleading usage information #416

Closed jamesgeorge007 closed 5 years ago

jamesgeorge007 commented 5 years ago

Currently broccoli results in the help text as below:-

Usage: broccoli [options] <command> [<args ...>]

Options:
  -V, --version               output the version number
  -h, --help                  output usage information

Commands:
  serve|s [options]           start a broccoli server
  build|b [options] [target]  output files to target directory

Expected

Usage: broccoli <command> [options] [<args ...>]

Options:
  -V, --version               output the version number
  -h, --help                  output usage information

Commands:
  serve|s [options]           start a broccoli server
  build|b [options] [target]  output files to target directory
jamesgeorge007 commented 5 years ago

I would be happy to shoot up a PR :+1:

thoov commented 5 years ago

@jamesgeorge007 A PR would be more than welcome!

jamesgeorge007 commented 5 years ago

sure :+1: