enable cli account command
This commit is contained in:
parent
a9d2c8dddc
commit
f5e1412e2b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ require('yargs')
|
|||
return absolute_config_path
|
||||
}})
|
||||
.command(['start', 'run', '$0'], 'Start gancio', {}, start)
|
||||
// .command(['accounts'], 'Manage accounts', accountsCLI)
|
||||
.command(['accounts'], 'Manage accounts', accountsCLI)
|
||||
.help('h')
|
||||
.alias('h', 'help')
|
||||
.epilog('Made with ❤ by underscore hacklab - https://gancio.org')
|
||||
|
|
Loading…
Reference in a new issue