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

     1  ## lab mr unsubscribe
     2  
     3  Unubscribe from merge request
     4  
     5  ```
     6  lab mr unsubscribe [remote] [<MR id or branch>] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab mr unsubscribe 11
    13  lab mr unsubscribe origin 12
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help   help for unsubscribe
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --debug      Enable debug logging level
    26        --no-pager   Do not pipe output into a pager
    27        --quiet      Turn off any sort of logging. Only command output is printed
    28  ```
    29  
    30  ### SEE ALSO
    31  
    32  * [lab mr](lab_mr.md)	 - Describe, list, and create merge requests
    33  
    34  ###### Auto generated by spf13/cobra on 27-Jun-2022