Skip to content

Commit d71b135

Browse files
committed
Add quarto render --help information to function help page
closes #173
1 parent 9275b2d commit d71b135

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

R/render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#' @param quarto_args Character vector of other `quarto` CLI arguments to append
4545
#' to the Quarto command executed by this function. This is mainly intended for
4646
#' advanced usage and useful for CLI arguments which are not yet mirrored in a
47-
#' dedicated parameter of this \R function.
47+
#' dedicated parameter of this \R function. See `quarto render --help` for options.
4848
#' @param pandoc_args Additional command line arguments to pass on to Pandoc.
4949
#' @param as_job Render as an RStudio background job. Default is "auto",
5050
#' which will render individual documents normally and projects as

man/quarto_add_extension.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_create_project.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_inspect.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_render.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_use_template.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)