enable cli account command

This commit is contained in:
lesion 2022-06-06 16:56:24 +02:00
parent a9d2c8dddc
commit f5e1412e2b
No known key found for this signature in database
GPG key ID: 352918250B012177

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