Skip to content

Commit db0cba8

Browse files
committed
docs: add a readme for the current implemented CLI documentation
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent b62381d commit db0cba8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

current-implemented-CLI.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Command Line Args
2+
3+
## Currently Implemented
4+
5+
- None
6+
7+
## To Be Implemented
8+
9+
- `include_user` - Include a specific user to the query
10+
- `include_repository` - Include specific repo(s) to the query
11+
- `include_organization_repository` - Include specific org(s) repo(s) to the query
12+
- `include_label` - Include a specific label to the query
13+
- `exclude_organization` - Exclude specific org(s) from the output
14+
- `exclude_repository` - Exclude specific repo(s) from the output
15+
- `exclude_organization_repository` - Exclude specific org(s) repo(s) from the output
16+
- `exclude_user` - Exclude specific user from the output
17+
- `exclude_label` - Exclude issues with specific label from the output
18+
- `publish_board` - Copy output of script to a common board in GitHub by using the GH API

0 commit comments

Comments
 (0)