Command line argument caching
Open
enhancement
- Dominant language
- Python
- Stars
- 9
- Forks
- 9
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 2
Description
During design discussions, we realised that arguments to the `fab` command could quickly become complicated and re-entering them exactly would become tedious and error prone. Our solution to this is to allow the options to be cached to a file, effectively providing a method for setting alternate default values, with arguments given on the command line able to override the cached values.
Contributor guide
Assessment
This issue has not been assessed yet.