Commit 0d31c253 authored by Gary Holtz's avatar Gary Holtz 3️⃣
Browse files

Merge branch 'phikai-mr-create-docs-fix' into 'main'

docs: fix mr create example

Closes #1364

See merge request !1298



Merged-by: default avatarGary Holtz <gholtz@gitlab.com>
Approved-by: default avatarGary Holtz <gholtz@gitlab.com>
Co-authored-by: Kai Armstrong's avatarKai Armstrong <karmstrong@gitlab.com>
parents 26ff5e8c 7defca3a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),
+1 −1
Original line number Diff line number Diff line
@@ -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

```