Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Add shortcut flag for specifying version during duffle bundle rm
Browse files Browse the repository at this point in the history
Fixes Issue #692
  • Loading branch information
Urvashi Reddy authored and glyn committed Sep 9, 2019
1 parent cfc0070 commit 2391758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/duffle/bundle_remove.go
Expand Up @@ -46,7 +46,7 @@ func newBundleRemoveCmd(w io.Writer) *cobra.Command {
return remove.run()
},
}
cmd.Flags().StringVar(&remove.versions, "version", "", "A version or SemVer2 version range")
cmd.Flags().StringVarP(&remove.versions, "version", "r", "", "A version or SemVer2 version range")

return cmd
}
Expand Down

0 comments on commit 2391758

Please sign in to comment.