glab-mr-close - Man Page

Close merge requests

Synopsis

glab mr close [ | ] [flags]

Description

Close merge requests

Options Inherited from Parent Commands

--help[=false] Show help for command

-R,  --repo="" Select another repository using the
OWNER/REPO or GROUP/NAMESPACE/REPO format or full URL or git URL

Example

glab mr close 1
glab mr close 1 2 3 4  # close multiple branches at once
glab mr close  # use checked out branch
glab mr close branch
glab mr close username:branch
glab mr close branch -R another/repo

See Also

glab-mr(1)

Referenced By

glab-mr(1).

Aug 2023 Auto generated by spf13/cobra