You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to start a discussion on having --get show all values by default, not just changed ones. It will help with discovery and debugging. For example, --get bluetooth will not even give a hint that there is a --get bluetooth.mode if you are on the default mode. This is surprising to me.
Thought of a few improvements around this
Mentioning that --get and --get blah doesn't show all the properties (likely a human-readable message to stderr)
Default to showing all properties
Allow passing in --show-changed or --filter-default if people like the current behavior
If we can agree on what work there is to be done, I'm happy to try making the pull requests.
The text was updated successfully, but these errors were encountered:
I'd like to start a discussion on having
--get
show all values by default, not just changed ones. It will help with discovery and debugging. For example,--get bluetooth
will not even give a hint that there is a--get bluetooth.mode
if you are on the default mode. This is surprising to me.Thought of a few improvements around this
--get
and--get blah
doesn't show all the properties (likely a human-readable message to stderr)--show-changed
or--filter-default
if people like the current behaviorIf we can agree on what work there is to be done, I'm happy to try making the pull requests.
The text was updated successfully, but these errors were encountered: