We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad53f9 commit 5a4bf81Copy full SHA for 5a4bf81
1 file changed
src/ps/commands/auth.tsx
@@ -47,7 +47,7 @@ export const command: PSCommand[] = IS_ENABLED.DB
47
aliases.map<[string, string[]]>(alias => [alias, ['promote', rank]])
48
)
49
),
50
- apl: ['whitelist', 'list'],
+ apl: ['promote', 'whitelist', 'list'],
51
},
52
async run({ run }) {
53
return run('help promote');
0 commit comments