Refactor display-related flags #733
PsypherPunk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have 3 options which in various ways modify the way we display output:
--greppable
: minimal output--accessible
: alters some of the output effects--no-banner
: removes the bannerAs these are specific to varying degrees but all affect the output, I'd like to suggest refactoring them into a single flag:
--display
, i.e.--display greppable|minimal
--display accessible
--display no-banner
Presumably this would be part of a major-change as it would be a breaking change to the CLI tool's contract.
Beta Was this translation helpful? Give feedback.
All reactions