shavee
shavee copied to clipboard
[TODO] Implement config file
To parse a config file in addition to command line arguments.
Prerequisite:
- [ ]
clap_conf
crate to supportclap 3
After checking for a while, it seems that clap_conf
is not updated for clap 3.0. Looking for a replacement, marioortizmanero/structconf feels to be a good candidate for this task.
Now with the latest commit it should be able to read and write config to ZFS properties
I don't think config files would make sense now since we can use properties now. Until we plan on features requiring config files we can close it for now.