package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 3, 2026
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cli implements the ogvs command-line interface.
Execute runs the root command.
type CLIConfig struct {
Multipass bool `yaml:"multipass"`
FloatPrecision *int `yaml:"floatPrecision"`
DataURI string `yaml:"datauri"`
Plugins []any `yaml:"plugins"`
Js2svg *Js2svgConfig `yaml:"js2svg"`
}
CLIConfig represents the YAML configuration file structure.
type Js2svgConfig struct {
Pretty bool `yaml:"pretty"`
Indent int `yaml:"indent"`
EOL string `yaml:"eol"`
FinalNewline bool `yaml:"finalNewline"`
}
Js2svgConfig represents js2svg output configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.