multi files working version + refactoring

This commit is contained in:
Andrei Nechaev
2018-12-05 15:44:17 -05:00
parent 86ad657c1a
commit a410ff4f6e
9 changed files with 182 additions and 130 deletions
View File
+8
View File
@@ -0,0 +1,8 @@
import argparse
def get_argparser():
parser = argparse.ArgumentParser(description='NVCCPlugin params')
parser.add_argument("-t", "--timeit", action='store_true',
help='flag to return timeit result instead of stdout')
return parser