v0.3.0
Breaking change
Positional arguments that follow the first positional argument are now considered paths to include. Previously, they were passed in to doit.doit_cmd.DoitMain.run
. You should now use --doit-args 'args separated by space'
for that purpose.
Explicitly specified paths to include take precedence over the --exclude
argument: docs are generated/validated even if the paths match the --exclude
module pattern.
Added
--force-exclusion
flag to reverse the behavior described above: explicitly specified paths to include get ignored if they match the --exclude
module pattern.