Documentation
¶
Overview ¶
package gh contains github related actions
Index ¶
- func ActionConfigHosts() carapace.Action
- func ActionContents(opts ContentOpts) carapace.Action
- func ActionLabelFields() carapace.Action
- func ActionLabels(opts RepoOpts) carapace.Action
- func ActionLicenses(opts HostOpts) carapace.Action
- func ActionOrganizations(opts HostOpts) carapace.Action
- func ActionOwnerRepositories(opts HostOpts) carapace.Action
- func ActionOwners(opts HostOpts) carapace.Action
- func ActionPinnedIssues(opts RepoOpts) carapace.Action
- func ActionRepositories(opts OwnerOpts) carapace.Action
- func ActionUsers(opts HostOpts) carapace.Action
- type ContentOpts
- type HostOpts
- type OwnerOpts
- type RepoOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionConfigHosts ¶ added in v0.11.3
ActionConfigHosts completes configured hosts
github.com another.com
func ActionContents ¶ added in v0.13.5
func ActionContents(opts ContentOpts) carapace.Action
func ActionLabels ¶ added in v0.12.4
ActionLabels completes labels
enhancement (New feature or request) good first issue (Good for newcomers)
func ActionLicenses ¶ added in v0.12.4
ActionLicenses completes licenses
apache-2.0 (Apache License 2.0) bsd-2-clause (BSD 2-Clause "Simplified" License)
func ActionOrganizations ¶ added in v0.12.5
ActionOrganizations completes organizations
org (organization name) another (another name)
func ActionOwnerRepositories ¶
ActionOwnerRepositories completes owner/repository
rsteube/carapace spf13/cobra
func ActionOwners ¶ added in v0.12.5
ActionOwners completes users and organizations
user (user name) org (organization name)
func ActionPinnedIssues ¶ added in v0.12.4
ActionPinnedIssues completes pinned issues
11 (issue description) 12 (issue description)
func ActionRepositories ¶ added in v0.12.4
ActionRepositories completes repositories
carapace (command argument completion generator for spf13/cobra) carapace-bin (multi-shell multi-command argument completer)
func ActionUsers ¶ added in v0.8.2
ActionUsers completes users
user (user name) another (another name)
Types ¶
type ContentOpts ¶ added in v0.13.5
Source Files
¶
Click to show internal directories.
Click to hide internal directories.