TODO: rewrite CLI interface to use argparse and therefore be able to print a help
This commit is contained in:
parent
89ed6011fc
commit
ca41dcdff4
|
@ -1,5 +1,6 @@
|
|||
import axi
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
'''
|
||||
TODO:
|
||||
|
|
Loading…
Reference in New Issue