mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
8 lines
284 B
TOML
8 lines
284 B
TOML
|
[Error]
|
||
|
description = "prefix of error messages"
|
||
|
other = "Erreur"
|
||
|
|
||
|
[ExclusiveFlagsValidationError]
|
||
|
description = "error shown when multiple exclusive flags are provided (group flags, offending flags)"
|
||
|
other = "les options [%v] sont exclusives, mais les options %v ont été fournies"
|