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

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