diff --git a/server/cli.js b/server/cli.js index 01e7b5c8..bec0cf8a 100755 --- a/server/cli.js +++ b/server/cli.js @@ -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')