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) { 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
- ciLint.go
- clone.go
- fork.go
- issue.go
- issueBrowse.go
- issueClose.go
- issueCreate.go
- issueList.go
- issueShow.go
- mergeRequest.go
- mr.go
- mrBrowse.go
- mrCheckout.go
- mrClose.go
- mrCreate.go
- mrList.go
- mrMerge.go
- mrShow.go
- project.go
- projectCreate.go
- root.go
- snippet.go
- snippetBrowse.go
- snippetCreate.go
- snippetDelete.go
- snippetList.go
- version.go
Click to show internal directories.
Click to hide internal directories.