Skip to content

Commit

Permalink
glamour can also be disabled without "show"
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Jan 13, 2020
1 parent 5acfd58 commit 75146a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ func init() {
issueCmd.Flags().BoolP("list", "l", false, "List issues on a remote")
issueCmd.Flags().BoolP("browse", "b", false, "View issue <id> in a browser")
issueCmd.Flags().StringP("close", "d", "", "Close issue <id> on remote")
issueCmd.Flags().BoolP("no-glamour", "G", false, "Don't use glamour to print the issue description")
RootCmd.AddCommand(issueCmd)
}

0 comments on commit 75146a3

Please sign in to comment.