Skip to content

Commit

Permalink
chore: adding 'repos' as alias for 'jx delete repo'
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik authored and jenkins-x-bot committed Jan 14, 2020
1 parent 9db530f commit 55ff3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/deletecmd/delete_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func NewCmdDeleteRepo(commonOpts *opts.CommonOptions) *cobra.Command {
cmd := &cobra.Command{
Use: "repo",
Short: "Deletes one or more Git repositories",
Aliases: []string{"repository"},
Aliases: []string{"repository", "repos"},
Long: deleteRepoLong,
Example: deleteRepoExample,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 55ff3fc

Please sign in to comment.