Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add single line display mode to gh issues #88

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

Conversation

a2lin
Copy link

@a2lin a2lin commented Oct 29, 2016

This makes the gh issues command take an extra command-line flag --short.
With --short:

  1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Without --short:

 1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
        State: open       Comments: 5     Assignee: None
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
        State: open       Comments: 0     Assignee: None
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
        State: open       Comments: 0     Assignee: None
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Closes #61

@codecov-io
Copy link

codecov-io commented Oct 29, 2016

Current coverage is 95.21% (diff: 100%)

Merging #88 into master will increase coverage by 0.02%

@@             master        #88   diff @@
==========================================
  Files            34         34          
  Lines          2076       2088    +12   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1976       1988    +12   
  Misses          100        100          
  Partials          0          0          

Powered by Codecov. Last update eebb2cf...6f41902

@donnemartin
Copy link
Owner

Hi @a2lin, thanks for the pull request!

I shared some thoughts/questions about the intended user behavior in #61. What do you think?

It might be good to keep the higher-level discussion within #61.

@Jimimaku
Copy link

Hi @a2lin, thanks for the pull request!

I shared some thoughts/questions about the intended user behavior in #61. What do you think?

It might be good to keep the higher-level discussion within #61.

@Jimimaku
Copy link

Current coverage is 95.21% (diff: 100%)

Merging #88 into master will increase coverage by 0.02%

@@             master        #88   diff @@
==========================================
  Files            34         34          
  Lines          2076       2088    +12   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1976       1988    +12   
  Misses          100        100          
  Partials          0          0          

Powered by Codecov. Last update eebb2cf...6f41902

@Jimimaku
Copy link

This makes the gh issues command take an extra command-line flag --short. With --short:

  1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Without --short:

 1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
        State: open       Comments: 5     Assignee: None
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
        State: open       Comments: 0     Assignee: None
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
        State: open       Comments: 0     Assignee: None
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Closes #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide single lined listings
5 participants