Merge "Allow passing arguments with -- in addition to -." am: 6999b11924
Original change: https://android-review.googlesource.com/c/platform/development/+/1324434 Change-Id: I920169309c711fd606eff7501dca111fa64fb620
This commit is contained in:
@@ -57,7 +57,7 @@ def parse_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-o", metavar="out_dir", default=".", help="output directory")
|
"-o", metavar="out_dir", default=".", help="output directory")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-show",
|
"-show", "--show",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=False,
|
default=False,
|
||||||
help="show all default dependent packages, using crates.io api")
|
help="show all default dependent packages, using crates.io api")
|
||||||
|
|||||||
Reference in New Issue
Block a user