Skip to content

Commit 55a33c6

Browse files
committed
fix: Fix create-script command/alias names
1 parent 2e0d530 commit 55a33c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/create-script.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface CommandOption {
2121
}
2222

2323
export const command = new Command('create-script')
24-
.command('create')
24+
.alias('create')
2525
.description('Create a script')
2626
.option(
2727
'--type <type>',

0 commit comments

Comments
 (0)