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

     1  ## lab mr show
     2  
     3  Describe a merge request
     4  
     5  ```
     6  lab mr show [remote] [<MR id or branch>] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab mr show
    13  lab mr show origin -c
    14  lab mr show --no-color-diff
    15  lab mr show -M
    16  lab mr show -p
    17  lab mr show --reverse
    18  lab mr show --since "1970-01-01 00:00:00.000 +0000 UTC"
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -a, --activities      show only activities for the merge request (does not work with --patch)
    25    -c, --comments        show only comments for the merge request (does not work with --patch)
    26    -f, --full            show both activities and comments for the merge request (does not work with --patch)
    27    -h, --help            help for show
    28        --no-color-diff   do not show color diffs in comments
    29    -M, --no-markdown     don't use markdown renderer to print the issue description
    30    -p, --patch           show MR patches (does not work with --comments)
    31        --reverse         reverse order when showing MR patches (chronological instead of anti-chronological)
    32    -s, --since string    show comments since specified date (format: 2020-08-21 14:57:46.808 +0000 UTC)
    33  ```
    34  
    35  ### Options inherited from parent commands
    36  
    37  ```
    38        --debug      Enable debug logging level
    39        --no-pager   Do not pipe output into a pager
    40        --quiet      Turn off any sort of logging. Only command output is printed
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [lab mr](lab_mr.md)	 - Describe, list, and create merge requests
    46  
    47  ###### Auto generated by spf13/cobra on 27-Jun-2022