Closed shakna-israel closed 9 years ago
Repository health increased by 14% when pulling 9ea5944 on argparseAdoption into f934c9b on master.
New Issue:
Every time getFlags is called, Docbuilder checks to see if the output file exists, and if it does, kills it.
This is temporarily disabled, but may cause problems if the file does exist before Docbuilder is run.
Repository health increased by 14% when pulling c4afc3f on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 1b45c53 on argparseAdoption into f934c9b on master.
Fixed the inability to clobber files in 1b45c539a729b246b1e86dc857da4c0cb255a993.
b6f48ff fixes it so you don't have to specify an output file, Docbuilder will attempt to guess it.
Repository health increased by 16% when pulling b6f48ff on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling f560155 on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 05e8a2e on argparseAdoption into f934c9b on master.
Some tests still failing. Details.
Repository health increased by 16% when pulling 810f844 on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 2db194b on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 8239bcc on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 6969234 on argparseAdoption into f934c9b on master.
Repository health increased by 16% when pulling 2b7aa0a on argparseAdoption into f934c9b on master.
Rather than manually writing up handling for each command-line argument, use the in-built argparse library. Fixes #45, and makes most other issues simpler to fix.
Current Issues:
wontfix
Even if given an input file, but not an output file, it will assume you want to build for Docbuilder.Fixed in b6f48ff.Doesn't seem to create files correctly, so doesn't actually build any documentation.Fixed in 1b45c53.Tests need re-writing.