We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a71230 commit 6b900bcCopy full SHA for 6b900bc
R/utils.R
@@ -92,6 +92,8 @@ git_init <- function(path = ".") {
92
#' wraps docopt to ensure that the args will always be
93
#' interpreted as a vector.
94
#'
95
+#' This function is only exported for use in hook scripts, but it's not intended
96
+#' to be called by the end-user directly.
97
#' @param doc `character` vector with command line specification.
98
#' @param args `character` vector of command line arguments.
99
#' Defaults to `commandArgs(trailingOnly=TRUE)`.
0 commit comments