We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac8857 commit d97219bCopy full SHA for d97219b
repo2docker/__main__.py
@@ -169,13 +169,13 @@ def get_argparser():
169
argparser.add_argument(
170
'--appendix',
171
type=str,
172
- #help=self.traits()['appendix'].help,
+ help=Repo2Docker.appendix.help
173
)
174
175
176
'--subdir',
177
178
- #help=self.traits()['subdir'].help,
+ help=Repo2Docker.subdir.help
179
180
181
@@ -189,7 +189,7 @@ def get_argparser():
189
'--cache-from',
190
action='append',
191
default=[],
192
- #help=self.traits()['cache_from'].help
+ help=Repo2Docker.cache_from.help
193
194
195
return argparser
0 commit comments