Skip to content

Commit

Permalink
ext alias
Browse files Browse the repository at this point in the history
  • Loading branch information
vilmibm committed Jul 22, 2022
1 parent 954689e commit a659676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/extension/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
See the list of available extensions at <https://github.com/topics/gh-extension>.
`, "`"),
Aliases: []string{"extensions"},
Aliases: []string{"extensions", "ext"},
}

extCmd.AddCommand(
Expand Down

0 comments on commit a659676

Please sign in to comment.