Complete Gotcha issue CLI workflow
This commit is contained in:
@@ -33,6 +33,9 @@ cargo run -p gotcha-cli -- user show
|
||||
cargo run -p gotcha-cli -- repo list
|
||||
cargo run -p gotcha-cli -- repo show
|
||||
cargo run -p gotcha-cli -- issue list
|
||||
cargo run -p gotcha-cli -- issue list --milestones "Version 1.0" --state open
|
||||
cargo run -p gotcha-cli -- issue show 7
|
||||
cargo run -p gotcha-cli -- issue close 7
|
||||
cargo run -p gotcha-cli -- milestone list
|
||||
cargo run -p gotcha-cli -- pull list
|
||||
cargo run -p gotcha-cli -- api request GET repos/owner/project/issues
|
||||
|
||||
Reference in New Issue
Block a user