| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Also remove unneeded instance variables `parser` and `args`, and quit if input/output can't be determined.
Also, --debug and --test are now mutually exclusive
|
|
|
|
the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
probably where errors are likeliest to be found
|
|
importing toolkit from live interpreter now works
|
|
component methods are auto-decorated & settings are now class variables
|
|
+ better feedback in cmd mode
|
|
off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
|
|
and some friendly docstrings
|
|
|
|
|
|
overrides -i and -o to use saved fields from a project file
|
|
|
|
also pep8 compliance
|
|
|