def ofximport_main():
print('pynYNAB OFX import')
"""Manually import an OFX into a nYNAB budget"""
parser = configargparse.getArgumentParser('pynYNAB')
parser.description = inspect.getdoc(ofximport_main)
parser.add_argument('ofxfile', metavar='OFXPath', type=str,
help='The OFX file to import')
args = parser.parse_args()
test_common_args(args)
do_ofximport(args)
评论列表
文章目录