disable accounts cli command in this release

This commit is contained in:
lesion
2022-05-09 20:46:09 +02:00
parent 3d7b0100ff
commit 8d05edf3b1

View File

@@ -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')