Skip to content

Commit

Permalink
Merge pull request #29 from stefanhuber1993/patch-1
Browse files Browse the repository at this point in the history
Added -n num_samples command line argument again
  • Loading branch information
kootenpv committed Apr 11, 2017
2 parents 6629c51 + 729767b commit 5542747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whereami/__main__.py
Expand Up @@ -26,6 +26,8 @@ def get_args_parser():
learn_parser = subparsers.add_parser('learn')
learn_parser.add_argument('--location', '-l', required=True,
help='A name-tag for location to learn.')
learn_parser.add_argument('--num_samples', '-n', type=int, default=100,
help='Number of samples to take')
rename = subparsers.add_parser('rename')
rename.add_argument('label', help='Label to rename')
rename.add_argument('new_label', help='New label name')
Expand Down

0 comments on commit 5542747

Please sign in to comment.