Configuration for CLI behavior
verbosePrint verbose output
colorUse colored output
data_dirDefault data directory
new()Create CLI config
CLIConfig$new(verbose = TRUE, color = TRUE, data_dir = NULL)verboseVerbose output
colorColored output
data_dirData directory
clone()The objects of this class are cloneable with this method.
CLIConfig$clone(deep = FALSE)deepWhether to make a deep clone.