Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide help text for commandline arguments #517

Merged
merged 3 commits into from Sep 8, 2019

Conversation

yuvipanda
Copy link
Collaborator

No description provided.

Copy link
Contributor

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @yuvipanda, thanks for fixing this! I've attached one nitpicky comment.

)

argparser.add_argument(
'--subdir',
type=str,
#help=self.traits()['subdir'].help,
help=Repo2Docker.subdir.help
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current help message for subdir is

Subdirectory of the git repository to examine. Defaults to ‘’.

Perhaps something like "Defaults to the root of the repository" is slightly more clear. What do you think?

@betatim betatim merged commit e646419 into jupyterhub:master Sep 8, 2019
markmo pushed a commit to markmo/repo2docker that referenced this pull request Jan 22, 2021
Provide help text for commandline arguments

Co-authored-by: Min RK <benjaminrk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants