Reorganize main to use getopt. Implement -o for output file and -O help.

Also --version and -h/--help.
This commit is contained in:
Sei Lisa 2015-03-14 23:17:15 +01:00
parent 5b105e5772
commit 9e0ed0521b
2 changed files with 88 additions and 34 deletions

View file

@ -34,3 +34,5 @@ class Quaternion(tuple):
Bugs = set([6495])
LSO = False
DataPath = ''