projects
/
BK-2020-03.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat(unitproc/bkt-replace_apos) Handle more replacement cases
[BK-2020-03.git]
/
unitproc
/
python
/
bktemp-parseArgs
diff --git
a/unitproc/python/bktemp-parseArgs
b/unitproc/python/bktemp-parseArgs
index de287cd1952415d2dce7428e6856c291555da8b7..ec8185dd4936f8c05df5e282ba468673b7937061 100755
(executable)
--- a/
unitproc/python/bktemp-parseArgs
+++ b/
unitproc/python/bktemp-parseArgs
@@
-1,5
+1,7
@@
#!/usr/bin/env python3
# Usage: python3 ./bktemp-parseArgs -vv 3
#!/usr/bin/env python3
# Usage: python3 ./bktemp-parseArgs -vv 3
+# Version: 0.0.1
+# Note: is example tempalte for setting up use of logging module
import argparse, logging;
import argparse, logging;