Skip to content

Commit

Permalink
gh: updates from v2.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jun 24, 2024
1 parent cbe60e7 commit a3e1810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completers/gh_completer/cmd/run_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var run_listCmd = &cobra.Command{
func init() {
carapace.Gen(run_listCmd).Standalone()

run_listCmd.Flags().BoolP("all", "a", false, "Include disabled workflows")
run_listCmd.Flags().StringP("branch", "b", "", "Filter runs by branch")
run_listCmd.Flags().StringP("commit", "c", "", "Filter runs by the `SHA` of the commit")
run_listCmd.Flags().String("created", "", "Filter runs by the `date` it was created")
Expand Down

0 comments on commit a3e1810

Please sign in to comment.