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 set some default options for rnr, like --backup, --force, --hidden, --recursive, --include-dirs, or --silent.
I would like a configuration file (e.g. ~/.config/rnr.toml) to set these options in.
This would require a few things:
Reading options from a configuration file as well as the command-line
Making sure that command-line options override the configuration file options
Adding negation options for some command-line options, so that (e.g.) if --silent is set in the configuration file, an option named something like --loud or --verbose can undo that setting at invocation-time
This is mostly a tracking issue, thanks again for rnr, it's super useful!
The text was updated successfully, but these errors were encountered:
It would be nice to set some default options for
rnr
, like--backup
,--force
,--hidden
,--recursive
,--include-dirs
, or--silent
.I would like a configuration file (e.g.
~/.config/rnr.toml
) to set these options in.This would require a few things:
--silent
is set in the configuration file, an option named something like--loud
or--verbose
can undo that setting at invocation-timeThis is mostly a tracking issue, thanks again for
rnr
, it's super useful!The text was updated successfully, but these errors were encountered: