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

     1  ## lab todo issue
     2  
     3  Add a Issue to Todo list
     4  
     5  ```
     6  lab todo issue [remote] <id> [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab todo issue 5678               #adds issue 5678 to user's Todo list
    13  lab todo issue otherRemote 91011
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help   help for issue
    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 todo](lab_todo.md)	 - Check out the todo list for MR or issues
    33  
    34  ###### Auto generated by spf13/cobra on 27-Jun-2022