Files: a09b2ebd1be805f4383f7b7b114a14678b39d5bb / lib / issues.txt
318 bytesRaw
1 | Usage: git ssb issues [--all|--open|--closed] [<repo>] |
2 | |
3 | List issues about a repo |
4 | |
5 | Arguments: |
6 | repo id, url, or git remote name of the repo. |
7 | default: 'origin' or 'ssb' |
8 | Options: |
9 | --open Show only open issues (default) |
10 | --closed Show only closed issues |
11 | --all Show issues of all state |
12 | |
13 |
Built with git-ssb-web