Skip to content

Commit 35adc98

Browse files
committed
feat: adding alias create for generate cmd
1 parent 469d991 commit 35adc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func generateCmd() *cobra.Command {
2727
cmd := &cobra.Command{
2828
Use: "generate",
2929
Short: "Generate the Github App Installation access token",
30-
Aliases: []string{"gen"},
30+
Aliases: []string{"create", "gen"},
3131
Args: cobra.NoArgs,
3232
Example: ` # generate the Github App access token
3333
gh-app-access-token generate \

0 commit comments

Comments
 (0)