Can I remove all default messages? #5558
-
Hi, I'm writing an enterprise application which requires localization. Is there some way of removing all the default strings so I can replace them with the dynamically localized version? For example, the usage message always prints "Usage:" before my usage message, and any unexpected argument prints "error: unexpected argument "something" found". These are always in English, which isn't acceptable for our use case, and I can't find any way of completely disabling them. I have I see that there is a localization issue opened (#380), but we already have our own localization solution--all I want to do is disable all default string printing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
At the moment, that issue is focused on overriding strings or hiding them and not baking in support for a specific solution. However, we overlooked mentioning the
|
Beta Was this translation helpful? Give feedback.
At the moment, that issue is focused on overriding strings or hiding them and not baking in support for a specific solution.
However, we overlooked mentioning the
[default value: ...]
string and its now covered: