Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #87 from jan-cerny/issue79
Browse files Browse the repository at this point in the history
Issue #79: Fix oscapd-cli traceback
  • Loading branch information
mpreisler committed Jul 18, 2016
2 parents 21e884e + 6d9332a commit 2a182c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oscapd-cli
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def main():
help="Create new task."
)
task_create_parser.add_argument(
"-i", "--interactive", action="store_true", dest="interactive"
"-i", "--interactive", action="store_true", dest="interactive", required=True
)
add_task_create_parser(subparsers)

Expand Down

0 comments on commit 2a182c3

Please sign in to comment.