Expand description
clap-based command-line interface.
Ports the main options from the original GitVersion.App/ArgumentParser.cs.
Structs§
Enums§
- Output
Format - Output format.
- Verbosity
- Log verbosity level. Corresponds to the original
Verbosity.
Functions§
- apply_
overrides - Apply
key=valueoverrideconfig entries to the configuration. - localized_
command - Build a clap Command with
aboutand per-argumenthelpoverridden byt!for the current locale. If acli.aboutorcli.help.<arg_id>key resolves to a translated string, it replaces the English source doc; if the key is returned as-is (no translation), the English source doc is kept. Must be called after the locale is set (before argument parsing).