Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Add 'all' state and options#374

Open
peterwwillis wants to merge 1 commit intostephencelis:masterfrom
peterwwillis:feat-list-all
Open

Add 'all' state and options#374
peterwwillis wants to merge 1 commit intostephencelis:masterfrom
peterwwillis:feat-list-all

Conversation

@peterwwillis
Copy link

Here is a small change to support viewing open and closed issues.

Tested in a separate repo, test results:

psypete@windows:~/git/devopsyoga-content-local/edit-ghi (gh-pages)$ ~/git/ghi/ghi list      
# peterwwillis/devopsyoga-content open issues
  1: Test issue: open  test 
psypete@windows:~/git/devopsyoga-content-local/edit-ghi (gh-pages)$ ~/git/ghi/ghi list -s closed
# peterwwillis/devopsyoga-content closed issues
  2: Test issue: closed  test  1
psypete@windows:~/git/devopsyoga-content-local/edit-ghi (gh-pages)$ ~/git/ghi/ghi list --all
# peterwwillis/devopsyoga-content all issues
  2: Test issue: closed  test  1
  1: Test issue: open  test 
psypete@windows:~/git/devopsyoga-content-local/edit-ghi (gh-pages)$ ~/git/ghi/ghi list -s all
# peterwwillis/devopsyoga-content all issues
  2: Test issue: closed  test  1
  1: Test issue: open  test 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant