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

display labels by default, not only in "detailed" mode #548

Closed
zevaverbach opened this issue Jul 20, 2018 · 5 comments
Closed

display labels by default, not only in "detailed" mode #548

zevaverbach opened this issue Jul 20, 2018 · 5 comments

Comments

@zevaverbach
Copy link
Contributor

zevaverbach commented Jul 20, 2018

I suggest that labels are useful to see most of the time, and if #549 is also implemented, they won't take up too much room.

@protoEvangelion
Copy link
Member

Since users often parse the output of the gh cmds, this would be a breaking change.
What do you think of offering that option in the ~/.gh.json file.
Something like:

{
  "version": "1.11.4",
  "cmds": {
    "issue": {
      "showLabels": true
    }
  }

@zevaverbach
Copy link
Contributor Author

@protoEvangelion I like it. Want me to do a PR with that?

@protoEvangelion
Copy link
Member

That would be great! You can add that onto your currently open PR if you would prefer.

@protoEvangelion
Copy link
Member

Actually since the labels not showing on the detailed flag is a separate issue, I went ahead and merged that. So if you could send a new PR that would be great!

@protoEvangelion
Copy link
Member

Currently labels are showing with the --detailed flag. We will revisit adding labels to gh is once we begin this #613

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

No branches or pull requests

2 participants