Question, if usethis::use_r(), usethis::use_readme_rmd() and a lot of the other functions of the usethis API have the open argument, the c* family doesn't have it by design choice?
If so, any particular reason?
> usethis::use_c("bridge", open=FALSE)
Error in usethis::use_c("bridge", open = FALSE) :
unused argument (open = FALSE)