Skip to content
Snippets Groups Projects
Commit b09d1cf7 authored by Steffen Remus's avatar Steffen Remus
Browse files

just for a change

parent ffc3373b
Branches
No related tags found
No related merge requests found
......@@ -2,13 +2,11 @@
import argparse
def main(args):
"""Run the program."""
print('Input file:', args.infile)
print('Output file:', args.outfile)
if __name__ == '__main__':
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument('infile', type=str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment