kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix handling of 'cmd'
nargs='*' made a lot of other parsing fail with strange errors.pull/107/head
rodzic
01574946f5
commit
964fbcf57c
|
@ -152,7 +152,7 @@ class Repo2Docker(Application):
|
|||
|
||||
argparser.add_argument(
|
||||
'cmd',
|
||||
nargs='*',
|
||||
action='append',
|
||||
help='Custom command to run after building container'
|
||||
)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue