enable cli account command

This commit is contained in:
lesion
2022-06-06 16:56:24 +02:00
parent a9d2c8dddc
commit f5e1412e2b

View File

@@ -29,7 +29,7 @@ require('yargs')
return absolute_config_path return absolute_config_path
}}) }})
.command(['start', 'run', '$0'], 'Start gancio', {}, start) .command(['start', 'run', '$0'], 'Start gancio', {}, start)
// .command(['accounts'], 'Manage accounts', accountsCLI) .command(['accounts'], 'Manage accounts', accountsCLI)
.help('h') .help('h')
.alias('h', 'help') .alias('h', 'help')
.epilog('Made with ❤ by underscore hacklab - https://gancio.org') .epilog('Made with ❤ by underscore hacklab - https://gancio.org')