We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0d530 commit 55a33c6Copy full SHA for 55a33c6
src/commands/create-script.ts
@@ -21,7 +21,7 @@ interface CommandOption {
21
}
22
23
export const command = new Command('create-script')
24
- .command('create')
+ .alias('create')
25
.description('Create a script')
26
.option(
27
'--type <type>',
0 commit comments