Skip to content

Commit

Permalink
chore: Update help text for --github flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 21, 2024
1 parent a69bd21 commit ad502c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shiny/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,13 @@ def test(
@click.option(
"--github",
"-g",
help="The GitHub URL of the template sub-directory. For example https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard",
help="""
The GitHub repo containing the template, e.g. 'posit-dev/py-shiny-templates'.
Can be in the format '{repo_owner}/{repo_name}', '{repo_owner}/{repo_name}@{ref}',
or '{repo_owner}/{repo_name}:{path}@{ref}'.
Alternatively, a GitHub URL of the template sub-directory, e.g
'https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard'.
""",
)
@click.option(
"--dir",
Expand Down

0 comments on commit ad502c4

Please sign in to comment.