Skip to content

Commit

Permalink
document --out option
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 5, 2024
1 parent 7b02ac9 commit dd3d6f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shinylive/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,12 @@ def encode(
pbpaste | shinylive url decode
""",
)
@click.option("--out", type=str, default=None, help="Output directory.")
@click.option(
"--out",
type=str,
default=None,
help="Output directory into which the app's files will be written. The directory is created if it does not exist. ",
)
@click.option(
"--json",
is_flag=True,
Expand Down

0 comments on commit dd3d6f9

Please sign in to comment.