We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d97d commit 5903e3cCopy full SHA for 5903e3c
internal/cmd/root.go
@@ -35,7 +35,7 @@ var (
35
// NewRootCmd creates the root command for the gh-combine CLI
36
func NewRootCmd() *cobra.Command {
37
rootCmd := &cobra.Command{
38
- Use: "combine [repo1,repo2,...]",
+ Use: "combine owner/repo",
39
Short: "Combine multiple pull requests into a single PR",
40
Long: `Combine multiple pull requests that match specific criteria into a single PR.
41
Examples:
0 commit comments