diff --git a/src/cli/main.js b/src/cli/main.js index db10ed6..9259cc5 100644 --- a/src/cli/main.js +++ b/src/cli/main.js @@ -45,7 +45,8 @@ Definition of the `main` function. .option('-s --silent', 'Run in silent mode') .option('--no-color', 'Disable colors') .option('--color', 'Enable colors') - .option('-d --debug', 'Enable diagnostics', false); + .option('-d --debug', 'Enable diagnostics', false) + .option('-v --version', 'Show the version'); //.usage('COMMAND [TO ]'); // Create the NEW command