Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "lab", Short: "A Git Wrapper for GitLab", Long: ``, Run: func(cmd *cobra.Command, args []string) { if ok, err := cmd.Flags().GetBool("version"); err == nil && ok { versionCmd.Run(cmd, args) return } helpCmd.Run(cmd, args) }, }
RootCmd represents the base command when called without any subcommands
View Source
var Version string
Version is set by main during build
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- ci.go
- ci_lint.go
- ci_trace.go
- ci_view.go
- clone.go
- fork.go
- issue.go
- issue_browse.go
- issue_close.go
- issue_create.go
- issue_list.go
- issue_show.go
- merge_request.go
- mr.go
- mr_browse.go
- mr_checkout.go
- mr_close.go
- mr_create.go
- mr_list.go
- mr_merge.go
- mr_show.go
- project.go
- project_browse.go
- project_create.go
- project_list.go
- root.go
- snippet.go
- snippet_browse.go
- snippet_create.go
- snippet_delete.go
- snippet_list.go
- version.go
Click to show internal directories.
Click to hide internal directories.