docs: fix mr create example

This commit is contained in:
Kai Armstrong 2023-06-22 09:00:55 -05:00
parent 90f4198d8e
commit 7defca3a9b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ func NewCmdCreate(f *cmdutils.Factory, runE func(opts *CreateOpts) error) *cobra
glab mr new
glab mr create -a username -t "fix annoying bug"
glab mr create -f --draft --label RFC
glab mr create --fill --yes --web
glab mr create --fill --web
glab mr create --fill --fill-commit-body --yes
`),
Args: cobra.ExactArgs(0),

View File

@ -29,7 +29,7 @@ new
glab mr new
glab mr create -a username -t "fix annoying bug"
glab mr create -f --draft --label RFC
glab mr create --fill --yes --web
glab mr create --fill --web
glab mr create --fill --fill-commit-body --yes
```