Skip to content

Commit

Permalink
gh: updated help topics
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Mar 21, 2023
1 parent 6d5c1f8 commit 8dd1959
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions completers/gh_completer/cmd/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"github.com/rsteube/carapace"
"github.com/rsteube/carapace/pkg/style"
"github.com/spf13/cobra"
)

Expand All @@ -26,14 +27,15 @@ func init() {
}
}
return carapace.ActionValuesDescribed(vals...)
}),
}).Tag("commands"),
carapace.ActionValuesDescribed(
"actions", "Learn about working with GitHub Actions",
"environment", "Environment variables that can be used with gh",
"exit-codes", "Exit codes used by gh",
"formatting", "Formatting options for JSON data exported from gh",
"mintty", "Information about using gh with MinTTY",
"reference", "A comprehensive reference of all gh commands",
),
).Style(style.Blue).Tag("help topics"),
).ToA(),
)
}

0 comments on commit 8dd1959

Please sign in to comment.