Skip to content

Commit

Permalink
adding doc to git
Browse files Browse the repository at this point in the history
  • Loading branch information
kcphila committed Oct 10, 2023
1 parent 7bc52ad commit fdf95d3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ git_init <- function(path = ".") {
#' are semantically equivalent in R, this can create problems
#' when a single parameter is provided. Thus, this function
#' wraps docopt to ensure that the args will always be
#' interpretted as a vector.
#' interpreted as a vector.
#'
#' @param doc `character` vector with command line specification
#' @param args `character` vector of commandline arguments.
#' @param args `character` vector of command line arguments.
#' Defaults to `commandArgs(trailingOnly=TRUE)`.
#' @param ... Additional parameters passed to `docopt`
#' @family hook script helpers
Expand Down
35 changes: 35 additions & 0 deletions man/precommit_docopt.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdf95d3

Please sign in to comment.