EDIT: Add this answer to documentation HOW-TO section
So I've recently started using doit, and it seem good. But I realized I wanted to add a --debug
flag to the build, which would set some tasks to perform slightly different roles (like logging to a debug file).
Now I could create a debug task, or I could use a command line variable, but the --debug
flag seems cleanest, and is also more standard in terms of how other programs work.
Currently attempting to use options on doit
or doit run
will result in:
ERROR: Error parsing Command: option --debug not recognized (parsing options: ['--debug'])
So my question is whether support can be added for passing parameters in this way?
I see a few potential options:
Just a thought I had trying to create my build scripts.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too