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

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