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