This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: job create: fix --env and -r/--register
nargs causes argparse4j to consume flags and arguments following --env and -r/--register. E.g. -r foo/tcp=http -p http=80 would cause -p and http=80 to become appended as -r arguments into the registration list. nargs is not useful here, so simply remove it.
- Loading branch information
Daniel Norberg
committed
Jul 15, 2014
1 parent
dd3ed07
commit 07c3cd1
Showing
1 changed file
with
28 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters