[][src]Module sic_cli::config

Structs

Config
ConfigBuilder

Builder for crate::config::Config. Should be used with the Default implementation of crate::config::Config. If the default trait is not used with this builder, some settings may be inaccessible. For example, output_path can be set to some value, but not unset.

FormatEncodingSettings

Enums

InputOutputMode
InputOutputModeType
PathVariant
SelectedLicenses

Functions

validate_jpeg_quality

Strictly speaking not necessary here since the responsible owners will validate the quality as well. However, by doing anyways it we can exit earlier.