haniwers.v1.cli.options.output#

Output settings option group.

Module Contents#

Classes#

OutputOptions

Output settings option group.

API#

class haniwers.v1.cli.options.output.OutputOptions#

Output settings option group.

Contains options for configuring data file output location and naming.

workspace#

‘Option(…)’

Output workspace directory.

Specifies where to save data files. A timestamped subdirectory is created automatically within this directory. Example: workspace/2025-10-27_14-35-22/

Type: Optional[Path] Default: None (use config file value)

filename_prefix#

‘Option(…)’

Output filename prefix.

Prefix added to all output files created during this session. Helps organize files by run. Example: --filename-prefix=run001 creates run001_001.csv, etc.

Type: Optional[str] Default: None (use config file value)

filename_suffix#

‘Option(…)’

Output filename suffix.

File extension/suffix for output files. Controls the file format name.

Type: Optional[str] Default: None (use config file value, typically ‘.csv’)