mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Introduce --color and --no-color options.
These are handled by Chalk, but need to be registered with Commander.js in order for Chalk to see them.
This commit is contained in:
parent
0f580efb2b
commit
da5db6477b
@ -47,7 +47,9 @@ function main() {
|
|||||||
.version(PKG.version)
|
.version(PKG.version)
|
||||||
.description(chalk.yellow.bold('*** HackMyResume ***'))
|
.description(chalk.yellow.bold('*** HackMyResume ***'))
|
||||||
.option('-o --opts <optionsFile>', 'Path to a .hackmyrc options file')
|
.option('-o --opts <optionsFile>', 'Path to a .hackmyrc options file')
|
||||||
.option('-s --silent', 'Run in silent mode');
|
.option('-s --silent', 'Run in silent mode')
|
||||||
|
.option('--no-color', 'Disable colors')
|
||||||
|
.option('--color', 'Enable colors');
|
||||||
//.usage('COMMAND <sources> [TO <targets>]');
|
//.usage('COMMAND <sources> [TO <targets>]');
|
||||||
|
|
||||||
// Create the NEW command
|
// Create the NEW command
|
||||||
|
Loading…
Reference in New Issue
Block a user