github.com/zaquestion/lab@v0.25.1/docs/lab_mr_note.md (about)

     1  ## lab mr note
     2  
     3  Add a note or comment to an MR on GitLab
     4  
     5  ```
     6  lab mr note [remote] <id>[:<comment_id>] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab mr note origin
    13  lab mr note upstream -F test_file
    14  lab mr note a_remote -F test_file --force-linebreak
    15  lab mr note upstream -m "A helpfull comment"
    16  lab mr note upstream:613278106 --quote
    17  lab mr note upstream:613278107 --resolve
    18  lab mr note upstream:613278108 --commit abcdef123456
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -c, --commit string         start a thread on a commit
    25    -F, --file string           use the given file as the message
    26        --force-linebreak       append 2 spaces to the end of each line to force markdown linebreaks
    27    -h, --help                  help for note
    28    -m, --message stringArray   use the given <msg>; multiple -m are concatenated as separate paragraphs
    29        --quote                 quote note in reply
    30        --resolve               mark thread resolved
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --debug      Enable debug logging level
    37        --no-pager   Do not pipe output into a pager
    38        --quiet      Turn off any sort of logging. Only command output is printed
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [lab mr](lab_mr.md)	 - Describe, list, and create merge requests
    44  
    45  ###### Auto generated by spf13/cobra on 27-Jun-2022