-
Notifications
You must be signed in to change notification settings - Fork 41
the read option 'keys-only' is misnamed #157
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The documentation for the
keys-onlyoption forcbt readsays:However this isn't what it does. It prints all the columns, too. Really this option should be named
strip-values, to mirror what the underlying BT API request does.