CLIConfig: CLI Configuration

CLIConfigR Documentation

CLI Configuration

Description

Configuration for CLI behavior

Public fields

verbose

Print verbose output

color

Use colored output

data_dir

Default data directory

Methods

Public methods


Method new()

Create CLI config

Usage
CLIConfig$new(verbose = TRUE, color = TRUE, data_dir = NULL)
Arguments
verbose

Verbose output

color

Colored output

data_dir

Data directory


Method clone()

The objects of this class are cloneable with this method.

Usage
CLIConfig$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


VectrixDB documentation built on Feb. 20, 2026, 5:09 p.m.