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
It would be nice to use --config-override with a shorter alias.
Use Case/Motivation
When --config-override was implemented, I started using --co for it. Our CLI parser automatically matches up abbreviated arguments like this with their longer endings... unless it's ambiguous, which it is in the current beta release because of --config-file:
It would be nice to specify this clearly. The new --config-file argument already has a --cf alias defined, so --co is very consistent. It also doesn't interfere with -contains since that argument has only one hyphen.
Example Usage
View latest 999 entries with a different timeformat than usual:
jrnl --co timeformat '%c' -999
Other information
The text was updated successfully, but these errors were encountered:
Feature Request
It would be nice to use
--config-override
with a shorter alias.Use Case/Motivation
When
--config-override
was implemented, I started using--co
for it. Our CLI parser automatically matches up abbreviated arguments like this with their longer endings... unless it's ambiguous, which it is in the current beta release because of--config-file
:It would be nice to specify this clearly. The new
--config-file
argument already has a--cf
alias defined, so--co
is very consistent. It also doesn't interfere with-contains
since that argument has only one hyphen.Example Usage
View latest 999 entries with a different timeformat than usual:
Other information
The text was updated successfully, but these errors were encountered: