Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Add a note or comment to an MR on GitLab
lab mr note [remote] <id>[:<comment_id>] [flags]
lab mr note origin
lab mr note upstream -F test_file
lab mr note a_remote -F test_file --force-linebreak
lab mr note upstream -m "A helpfull comment"
lab mr note upstream:613278106 --quote
lab mr note upstream:613278107 --resolve
lab mr note upstream:613278108 --commit abcdef123456
-c, --commit string start a thread on a commit
-F, --file string use the given file as the message
--force-linebreak append 2 spaces to the end of each line to force markdown linebreaks
-h, --help help for note
-m, --message stringArray use the given <msg>; multiple -m are concatenated as separate paragraphs
--quote quote note in reply
--resolve mark thread resolved
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed