Skip to content

Commit

Permalink
Merge pull request #49 from johentsch/dezrann_cli
Browse files Browse the repository at this point in the history
CLI & converting selected features by specifying the `line` for each
  • Loading branch information
Johannes Hentschel authored Feb 24, 2023
2 parents 48201f0 + f4310fe commit 8a45c58
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/ms3/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def get_arg_parser():
# reusable argument sets
parse_args = argparse.ArgumentParser(add_help=False)
parse_args.add_argument('-d', '--dir', metavar='DIR', default=os.getcwd(), type=check_dir,
help='Folder(s) that will be scanned for input files. Defaults to current working directory if no individual files are passed via -f.')
help='Folder(s) that will be scanned for input files. Defaults to current working directory.')
parse_args.add_argument('-o', '--out', metavar='OUT_DIR', type=check_and_create,
help='Output directory.')
parse_args.add_argument('-n', '--nonrecursive', action='store_true',
Expand Down
Loading

0 comments on commit 8a45c58

Please sign in to comment.