Add support for an enroll.ini config file to store arguments per subcommand, to avoid having to remember them all for repetitive executions.
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-12-20 18:24:46 +11:00
parent 240e79706f
commit 9641637d4d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 330 additions and 1 deletions

View file

@ -2,6 +2,8 @@
* Allow the user to add extra paths to harvest, or paths to ignore, using `--exclude-path` and `--include-path`
arguments.
* Add support for an enroll.ini config file to store arguments per subcommand, to avoid having to remember
them all for repetitive executions.
# 0.1.2