diff --git a/README.md b/README.md index 4b99029..b868404 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.js b/index.js index fbcdf54..52ccc07 100644 --- a/index.js +++ b/index.js @@ -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