Documentation ¶
Overview ¶
Package github contains logic for github populate command
Package github contains logic for github populate command ¶
Package github contains logic for github populate command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
Types ¶
type GHCLIConfig ¶
type GHCLIConfig struct { GithubCom struct { User string `yaml:"user"` OauthToken string `yaml:"oauth_token"` GitProtocol string `yaml:"git_protocol"` } `yaml:"github.com"` }
GHCLIConfig struct used to decode gh cli hosts.yml config
Click to show internal directories.
Click to hide internal directories.