mirror of
https://github.com/spf13/cobra
synced 2025-05-03 11:57:21 +00:00
8 lines
292 B
TOML
8 lines
292 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"
|