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 axi
|
||||||
import sys
|
import sys
|
||||||
|
import argparse
|
||||||
|
|
||||||
'''
|
'''
|
||||||
TODO:
|
TODO:
|
||||||
|
|
Loading…
Reference in New Issue