Skip to content

Commit 02d846c

Browse files
committed
add --exclude as option
1 parent ca3322f commit 02d846c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsconnect/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ def deploy_quarto(
10301030
help=("The name of the html file that is the landing page."),
10311031
)
10321032
@click.option(
1033+
"--exclude",
10331034
"--excludes",
10341035
"-x",
10351036
multiple=True,

0 commit comments

Comments
 (0)