We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40eed commit b156607Copy full SHA for b156607
src/diffpy/cmi/app.py
@@ -13,15 +13,12 @@ def main():
13
),
14
formatter_class=argparse.RawDescriptionHelpFormatter,
15
)
16
-
17
parser.add_argument(
18
"--version",
19
action="store_true",
20
help="Show the program's version number and exit",
21
22
23
args = parser.parse_args()
24
25
if args.version:
26
print(f"diffpy.cmi {__version__}")
27
else:
0 commit comments