Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Aug 1, 2013
1 parent f7c27e9 commit db8e164
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ But hey, this isn't difficult & I know you can do it!

Available options:

--version, -v Shows the version of the dalek-cli & local dalek installation
--reporter, -r Reporter(s) you would like to invoke
--driver, -d Driver(s) you would like to invoke
--browser, -b Browser(s) you would like to invoke
--logLevel, -l Log level, controls the amount of information outputted to the console (0 to 5)
--no-colors Disable colorized output in the console
--no-symbols Disable UTF-8 symbols in the console
--help, -h Displays the cli help
> --version, -v Shows the version of the dalek-cli & local dalek installation
> --reporter, -r Reporter(s) you would like to invoke
> --driver, -d Driver(s) you would like to invoke
> --browser, -b Browser(s) you would like to invoke
> --logLevel, -l Log level, controls the amount of information outputted to the console (0 to 5)
> --no-colors Disable colorized output in the console
> --no-symbols Disable UTF-8 symbols in the console
> --help, -h Displays the cli help
## Help Is Just A Click Away

Expand Down
23 changes: 15 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,21 @@ var optimist = require('optimist');
* But hey, this isn't difficult & I know you can do it! *
* Available options:
*
* --version, -v Shows the version of the dalek-cli & local dalek installation
* --reporter, -r Reporter(s) you would like to invoke
* --driver, -d Driver(s) you would like to invoke
* --browser, -b Browser(s) you would like to invoke
* --logLevel, -l Log level, controls the amount of information outputted to the console (0 to 5)
* --no-colors Disable colorized output in the console
* --no-symbols Disable UTF-8 symbols in the console
* --help, -h Displays the cli help
* > --version, -v Shows the version of the dalek-cli & local dalek installation
*
* > --reporter, -r Reporter(s) you would like to invoke
*
* > --driver, -d Driver(s) you would like to invoke
*
* > --browser, -b Browser(s) you would like to invoke
*
* > --logLevel, -l Log level, controls the amount of information outputted to the console (0 to 5)
*
* > --no-colors Disable colorized output in the console
*
* > --no-symbols Disable UTF-8 symbols in the console
*
* > --help, -h Displays the cli help
*
* @part CLI
* @api
Expand Down

0 comments on commit db8e164

Please sign in to comment.