diff options
| author | Manuel Traut <manut@linutronix.de> | 2017-12-04 15:24:46 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2017-12-04 15:24:46 +0100 |
| commit | 819e9489ce3d3d240cae36d947b14d7c6503ecc4 (patch) | |
| tree | 561d9c0b6f9aa6c5b0a9b65ecdfcb0d5e6b166a8 /pyju | |
| parent | 39db08abe769ece5ac93d05b83f07aa2cf73dbf8 (diff) | |
add option parser and --version parameter
future extensions will need an optionparser.
also a --version parameter is useful.
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'pyju')
| -rwxr-xr-x | pyju/version.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyju/version.py b/pyju/version.py new file mode 100755 index 0000000..d19ccec --- /dev/null +++ b/pyju/version.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python3 +# +# (C) 2017 - Manuel Traut <manut@mecka.net> +# +# SPDX-License-Identifier: GPL-3.0 +# +# pyjutest - junit xml generator + +pyju_version = "1.3" |
