Closed wlezzar closed 3 years ago
Today, it's not possible to change the default values for command line options and flags. For example:
-o table
--dialect jq
--filter
It would be useful to make the default values configurable by the user.
Today, it's not possible to change the default values for command line options and flags. For example:
-o table
to print results as a table and it's not possible to change this default by the user.--dialect jq
to use--filter
with a jq expression instead of jmespath.It would be useful to make the default values configurable by the user.