Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #74 from muffinresearch/fix-mkt-bash-args
Browse files Browse the repository at this point in the history
Allow mkt bash [project] to match docs (fixes #69)
  • Loading branch information
muffinresearch committed Mar 2, 2015
2 parents 50b0fff + d4110a4 commit 557dcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkt/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ def create_parser():
'bash', help='Run a bash shell on a running container.'
)
parser_bash.add_argument(
'--project',
'project',
help='Project name, if not given will be calculated.',
action='store')
default=None, nargs='?')
parser_bash.set_defaults(func=bash)

parser_update = subparsers.add_parser(
Expand Down

0 comments on commit 557dcdf

Please sign in to comment.