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

just for a change

parent ffc3373b
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,11 @@ ...@@ -2,13 +2,11 @@
import argparse import argparse
def main(args): def main(args):
"""Run the program.""" """Run the program."""
print('Input file:', args.infile) print('Input file:', args.infile)
print('Output file:', args.outfile) print('Output file:', args.outfile)
if __name__ == '__main__': if __name__ == '__main__':
parser = argparse.ArgumentParser(description=__doc__) parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument('infile', type=str, 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