File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -177,17 +177,9 @@ def get_argparser():
177177
178178 argparser .add_argument ("--target-repo-dir" , help = Repo2Docker .target_repo_dir .help )
179179
180- argparser .add_argument (
181- "--appendix" ,
182- type = str ,
183- help = Repo2Docker .appendix .help ,
184- )
180+ argparser .add_argument ("--appendix" , type = str , help = Repo2Docker .appendix .help )
185181
186- argparser .add_argument (
187- "--subdir" ,
188- type = str ,
189- help = Repo2Docker .subdir .help ,
190- )
182+ argparser .add_argument ("--subdir" , type = str , help = Repo2Docker .subdir .help )
191183
192184 argparser .add_argument (
193185 "--version" ,
@@ -197,10 +189,7 @@ def get_argparser():
197189 )
198190
199191 argparser .add_argument (
200- '--cache-from' ,
201- action = 'append' ,
202- default = [],
203- help = Repo2Docker .cache_from .help ,
192+ "--cache-from" , action = "append" , default = [], help = Repo2Docker .cache_from .help
204193 )
205194
206195 return argparser
You can’t perform that action at this time.
0 commit comments