Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "github-cli",
Short: "Use github-cli to perform github tasks.",
Long: "Use github-cli to perform github tasks.",
}
RootCmd is the github-cli root command.
Functions ¶
Types ¶
type CreateRepoOptions ¶
CreateRepoOptions holds options for creating a repo.
type DeleteRepoOptions ¶
DeleteRepoOptions holds options for deleting a repo.
type GetRepoOptions ¶
GetRepoOptions holds options for fetching repo.
type Repo ¶
Repo is struct of a repo that is used in get_repos table view.
func (Repo) RepoString ¶
RepoString converts all the attributes of Repo into an array of strings. Used in appending table in tablewriter.
Click to show internal directories.
Click to hide internal directories.