kopia lustrzana https://github.com/jupyterhub/repo2docker
let black have its way
rodzic
2871c07cc0
commit
088cf6e308
|
@ -177,17 +177,9 @@ def get_argparser():
|
||||||
|
|
||||||
argparser.add_argument("--target-repo-dir", help=Repo2Docker.target_repo_dir.help)
|
argparser.add_argument("--target-repo-dir", help=Repo2Docker.target_repo_dir.help)
|
||||||
|
|
||||||
argparser.add_argument(
|
argparser.add_argument("--appendix", type=str, help=Repo2Docker.appendix.help)
|
||||||
"--appendix",
|
|
||||||
type=str,
|
|
||||||
help=Repo2Docker.appendix.help,
|
|
||||||
)
|
|
||||||
|
|
||||||
argparser.add_argument(
|
argparser.add_argument("--subdir", type=str, help=Repo2Docker.subdir.help)
|
||||||
"--subdir",
|
|
||||||
type=str,
|
|
||||||
help=Repo2Docker.subdir.help,
|
|
||||||
)
|
|
||||||
|
|
||||||
argparser.add_argument(
|
argparser.add_argument(
|
||||||
"--version",
|
"--version",
|
||||||
|
@ -197,10 +189,7 @@ def get_argparser():
|
||||||
)
|
)
|
||||||
|
|
||||||
argparser.add_argument(
|
argparser.add_argument(
|
||||||
'--cache-from',
|
"--cache-from", action="append", default=[], help=Repo2Docker.cache_from.help
|
||||||
action='append',
|
|
||||||
default=[],
|
|
||||||
help=Repo2Docker.cache_from.help,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return argparser
|
return argparser
|
||||||
|
|
Ładowanie…
Reference in New Issue