There currently isn't any command line option for an alternate config file/directory path.
There also is the option to write the config to a location (--write-config), so copying that.
Something like $ rio -h:
--config <PATH> Reads the config file at a given path
Currently my only use for it would be for testing other features, so I don't have to change the config I'm currently using. But it seems like a pretty common option for cli programs to have.
There currently isn't any command line option for an alternate config file/directory path.
There also is the option to write the config to a location (
--write-config
), so copying that. Something like$ rio -h
:Currently my only use for it would be for testing other features, so I don't have to change the config I'm currently using. But it seems like a pretty common option for cli programs to have.
And am happy to work on it, if it's wanted