This commit is contained in:
Dax Raad
2025-06-11 19:00:09 -04:00
parent 9b2b610920
commit aab47714c9
3 changed files with 12 additions and 8 deletions

View File

@@ -13,7 +13,8 @@ export const AuthCommand = cmd({
yargs
.command(AuthLoginCommand)
.command(AuthLogoutCommand)
.command(AuthListCommand),
.command(AuthListCommand)
.demandCommand(),
async handler(args) {},
})