Driver scripts (in script/ and eg/) can pass various options to the Publisher, and you can edit the script to pass different options, but it would be really nice to be able to just pass command-line options to the script (like: script/the_swallows.py --debug --chapters=1000) and have it pass those on to the Publisher.
Driver scripts (in
script/
andeg/
) can pass various options to the Publisher, and you can edit the script to pass different options, but it would be really nice to be able to just pass command-line options to the script (like:script/the_swallows.py --debug --chapters=1000
) and have it pass those on to the Publisher.