Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DryRun bool
DryRun defines whether the program must actually act, or just give feedback as acting.
View Source
var RootCmd = &cobra.Command{ Use: "o2m", Short: "Code review your pull requests", Long: `By running one2merge your repo's pull requests will get merged according to the configuration file.`, Run: func(cmd *cobra.Command, args []string) { one2merge.Execute(DryRun) }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.