Releases: saltstack/python-tools-scripts
Releases · saltstack/python-tools-scripts
0.9.0
0.9.0 (2022-10-07)
Improvements
- When a function has a keyword argument with a boolean default, the parser now automatically creates the store_true or store_false action(if not action was provided in the arguments keyword definition. (https://github.com/s0undt3ch/python-tools-scripts/issues/5)
0.9.0rc5
0.9.0rc5 (2022-10-06)
Improvements
- Provide a run() method to ctx to run subprocesses. (https://github.com/s0undt3ch/python-tools-scripts/issues/4)