diff --git a/R/service.R b/R/service.R index 7418938..efbce45 100644 --- a/R/service.R +++ b/R/service.R @@ -20,6 +20,7 @@ create_tower <- function(app) { #' @title Print a tower #' @description Print a tower #' @param x A tower +#' @param ... Ignored arguments (for compatibility with print) #' @export print.tower <- function(x, ...) { cat( diff --git a/man/print.tower.Rd b/man/print.tower.Rd index dd50a04..6983cc1 100644 --- a/man/print.tower.Rd +++ b/man/print.tower.Rd @@ -8,6 +8,8 @@ } \arguments{ \item{x}{A tower} + +\item{...}{Ignored arguments (for compatibility with print)} } \description{ Print a tower