ctrlg
ctrlg copied to clipboard
[Feature]: Allow config to be overridden by command line arguments
Similar Issues
- [X] Before filing, I have searched for similar issues.
Description
The beginnings of this were in here, but were removed because the implementation was very unmaintainable. We should figure out a better way to allow configuration to be overridden from command line arguments.
Use Case
People could write their own shell functions and aliases using the selected paths and doing something else other than cd with them.
I'm sure structopt (and clap 3.0.0, which we'll be migrating to when it's out) has a way to do this. I'm just not sure how.
blocked by #8
#8 is closed and implemented