Skip to content

Commit

Permalink
Remove --verbosity flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 16, 2021
1 parent 656769a commit d41ed43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions chrisapp/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ def __init__(self):
ArgumentParser.add_argument(self, '--meta', action=AppMetaDataAction,
dest='meta', default=False,
help='print app meta data and exit')
ArgumentParser.add_argument(self, '-v', '--verbosity', action='store', type=str,
dest='verbosity', default="0",
help='verbosity level for the app')
ArgumentParser.add_argument(self, '--man', action=ManPageAction,
dest='man', default=False,
help="show the app's man page and exit")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'chrisapp',
version = '2.5.2',
version = '3.0.0-rc.1',
description = 'Superclass for Chris plugin apps',
long_description = readme,
author = 'FNNDSC',
Expand Down

0 comments on commit d41ed43

Please sign in to comment.