github.com/zaquestion/lab@v0.25.1/docs/lab_mr_unapprove.md (about) 1 ## lab mr unapprove 2 3 Unapprove merge request 4 5 ``` 6 lab mr unapprove [remote] [<MR id or branch>] [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab mr unapprove origin 13 lab mr unapprove upstream -F test_file 14 lab mr unapprove upstream -m "A helpfull comment" 15 lab mr unapprove upstream --with-comment 16 lab mr unapprove upstream -m "A helpfull\nComment" --force-linebreak 17 ``` 18 19 ### Options 20 21 ``` 22 -F, --file string use the given file as the message 23 --force-linebreak append 2 spaces to the end of each line to force markdown linebreaks 24 -h, --help help for unapprove 25 -m, --message stringArray use the given <msg>; multiple -m are concatenated as separate paragraphs 26 --with-comment Add a comment with the approval 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug Enable debug logging level 33 --no-pager Do not pipe output into a pager 34 --quiet Turn off any sort of logging. Only command output is printed 35 ``` 36 37 ### SEE ALSO 38 39 * [lab mr](lab_mr.md) - Describe, list, and create merge requests 40 41 ###### Auto generated by spf13/cobra on 27-Jun-2022