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

Add 'all' state and options #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant