Skip to content

Commit d407470

Browse files
authored
Merge pull request #312 from rstudio/bcwu-deployhtmlexclude
add --exclude to deploy html
2 parents 15af5ed + c0a00f7 commit d407470

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
@@ -1039,6 +1039,7 @@ def deploy_quarto(
10391039
help=("The name of the html file that is the landing page."),
10401040
)
10411041
@click.option(
1042+
"--exclude",
10421043
"--excludes",
10431044
"-x",
10441045
multiple=True,

0 commit comments

Comments
 (0)