We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16879a4 commit 6243f82Copy full SHA for 6243f82
misp_stix_converter/__init__.py
@@ -47,6 +47,10 @@ def _handle_return_message(traceback):
47
48
def main():
49
parser = argparse.ArgumentParser(description='Convert MISP <-> STIX')
50
+ parser.add_argument(
51
+ '-v', '--version', action='version',
52
+ version=f'{parser.prog} {__version__}'
53
+ )
54
parser.add_argument(
55
'--debug', action='store_true', help='Show errors and warnings'
56
)
0 commit comments