Add support for an enroll.ini config file to store arguments per subcommand, to avoid having to remember them all for repetitive executions.
This commit is contained in:
parent
240e79706f
commit
9641637d4d
4 changed files with 330 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue