Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upimplement --fields ^x,y,z to remove fields from the default list #21
Comments
ryran
added
the
enhancement
label
Nov 3, 2016
ryran
self-assigned this
Nov 3, 2016
ryran
changed the title from
implement --fields -x,y,z to remove fields from the default list
to
implement --fields ^x,y,z to remove fields from the default list
Nov 3, 2016
added a commit
that referenced
this issue
Nov 3, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ryran
Nov 3, 2016
Owner
$ rhsecapi --help | grep -A5 -- --fields
-f, --fields FIELDS Comma-separated fields to be displayed (default:
threat_severity, public_date, bugzilla,
affected_release, package_state); optionally prepend
with plus (+) sign to add fields to the default (e.g.,
'-f +iava,cvss3') or a caret (^) to remove fields from
the default (e.g., '-f ^bugzilla,threat_severity')
|
ryran
closed this
Nov 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryran commentedNov 3, 2016
No description provided.