Swap to show

This commit is contained in:
Tiernan L 2020-01-10 07:53:16 -10:00 committed by GitHub
parent 025845e9ff
commit 756610301e

View file

@ -25,7 +25,7 @@ func init() {
RootCmd.PersistentFlags().StringP("repo", "R", "", "Select another repository using the `OWNER/REPO` format")
RootCmd.PersistentFlags().Bool("help", false, "Show help for command")
RootCmd.Flags().Bool("version", false, "View gh version")
RootCmd.Flags().Bool("version", false, "Show gh version")
// TODO:
// RootCmd.PersistentFlags().BoolP("verbose", "V", false, "enable verbose output")