Indicate that the default issue list state is "open"
This commit is contained in:
parent
1ba577ca36
commit
5518c013f3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func init() {
|
|||
issueCmd.AddCommand(issueListCmd)
|
||||
issueListCmd.Flags().StringP("assignee", "a", "", "Filter by assignee")
|
||||
issueListCmd.Flags().StringSliceP("label", "l", nil, "Filter by label")
|
||||
issueListCmd.Flags().StringP("state", "s", "", "Filter by state: {open|closed|all}")
|
||||
issueListCmd.Flags().StringP("state", "s", "open", "Filter by state: {open|closed|all}")
|
||||
issueListCmd.Flags().IntP("limit", "L", 30, "Maximum number of issues to fetch")
|
||||
|
||||
issueViewCmd.Flags().BoolP("preview", "p", false, "Display preview of issue content")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue