We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 743a819 + 0ec5f13 commit 07ccec1Copy full SHA for 07ccec1
1 file changed
pkg/cmd/pr/checkout/checkout.go
@@ -57,7 +57,8 @@ func NewCmdCheckout(f *cmdutil.Factory, runF func(*CheckoutOptions) error) *cobr
57
$ gh pr checkout https://github.com/OWNER/REPO/pull/32
58
$ gh pr checkout feature
59
`),
60
- Args: cobra.MaximumNArgs(1),
+ Args: cobra.MaximumNArgs(1),
61
+ Aliases: []string{"co"},
62
RunE: func(cmd *cobra.Command, args []string) error {
63
if len(args) > 0 {
64
opts.PRResolver = &specificPRResolver{
0 commit comments