-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
Right now, there isn't a way to disable specific style components from --style=auto
or --style=full
. The closest thing possible is manually recreating the "auto" set with a wrapper script, but it's clunky and would require maintenance when new components are added.
I propose we add a way to negate individual style components (i.e. not plain
, full
, or auto
) by prefixing them with no-
when passed through the --style
option. If conflicting styles are provided, the rightmost one should be used:
--style=no-grid,full
=>--style=full
--style=grid,no-grid,numbers
=>--style=numbers
sharkdp, mbhall88, garyo, docwhat, xeruf and 8 more
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or request