lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab

View the Project on GitHub zaquestion/lab

lab issue show

Describe an issue

lab issue show [remote] <id> [flags]

Examples

lab issue show 1
lab issue show origin 1 -c
lab issue show upstream 1 -M
lab issue show upstream 1 --since "1970-01-01 00:00:00.000 +0000 UTC"

Options

  -a, --activities     show only activities for the issue
  -c, --comments       show only comments for the issue
  -f, --full           show both activities and comments for the issue
  -h, --help           help for show
  -M, --no-markdown    don't use markdown renderer to print the issue description
  -s, --since string   show comments since specified date (format: 2020-08-21 14:57:46.808 +0000 UTC)

Options inherited from parent commands

      --debug      Enable debug logging level
      --no-pager   Do not pipe output into a pager
      --quiet      Turn off any sort of logging. Only command output is printed

SEE ALSO

Auto generated by spf13/cobra on 3-Jul-2022