From 02d846c3de32b923e982c68c0d16fbb936b58601 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Tue, 29 Nov 2022 13:57:03 -0500 Subject: [PATCH] add --exclude as option --- rsconnect/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rsconnect/main.py b/rsconnect/main.py index 348fbfc7..0d602bea 100644 --- a/rsconnect/main.py +++ b/rsconnect/main.py @@ -1030,6 +1030,7 @@ def deploy_quarto( help=("The name of the html file that is the landing page."), ) @click.option( + "--exclude", "--excludes", "-x", multiple=True,