mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Flow is as follows: <add some new i18n.Message in code> make i18n_extract <fill the generated translations/translate.*.toml> make i18n_merge <perhaps delete translations/translate.*.toml> ?
11 lines
405 B
TOML
11 lines
405 B
TOML
[Error]
|
|
description = "prefix of error messages"
|
|
other = "Error"
|
|
|
|
[ExclusiveFlagsValidationError]
|
|
description = "error shown when multiple exclusive flags are provided (group flags, offending flags)"
|
|
other = "if any flags in the group [%v] are set none of the others can be; %v were all set"
|
|
|
|
[RunHelpTip]
|
|
description = "tip shown when a command fails (command path)"
|
|
other = "Run '%v --help' for usage."
|