[6a3a178] | 1 | {
|
---|
| 2 | "Commands:": "Commands:",
|
---|
| 3 | "Options:": "Options:",
|
---|
| 4 | "Examples:": "Examples:",
|
---|
| 5 | "boolean": "boolean",
|
---|
| 6 | "count": "count",
|
---|
| 7 | "string": "string",
|
---|
| 8 | "number": "number",
|
---|
| 9 | "array": "array",
|
---|
| 10 | "required": "required",
|
---|
| 11 | "default:": "default:",
|
---|
| 12 | "choices:": "choices:",
|
---|
| 13 | "aliases:": "aliases:",
|
---|
| 14 | "generated-value": "generated-value",
|
---|
[e29cc2e] | 15 | "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s",
|
---|
| 16 | "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s",
|
---|
[6a3a178] | 17 | "Missing argument value: %s": {
|
---|
| 18 | "one": "Missing argument value: %s",
|
---|
| 19 | "other": "Missing argument values: %s"
|
---|
| 20 | },
|
---|
| 21 | "Missing required argument: %s": {
|
---|
| 22 | "one": "Missing required argument: %s",
|
---|
| 23 | "other": "Missing required arguments: %s"
|
---|
| 24 | },
|
---|
| 25 | "Unknown argument: %s": {
|
---|
| 26 | "one": "Unknown argument: %s",
|
---|
| 27 | "other": "Unknown arguments: %s"
|
---|
| 28 | },
|
---|
| 29 | "Invalid values:": "Invalid values:",
|
---|
| 30 | "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
|
---|
| 31 | "Argument check failed: %s": "Argument check failed: %s",
|
---|
| 32 | "Implications failed:": "Missing dependent arguments:",
|
---|
| 33 | "Not enough arguments following: %s": "Not enough arguments following: %s",
|
---|
| 34 | "Invalid JSON config file: %s": "Invalid JSON config file: %s",
|
---|
| 35 | "Path to JSON config file": "Path to JSON config file",
|
---|
| 36 | "Show help": "Show help",
|
---|
| 37 | "Show version number": "Show version number",
|
---|
| 38 | "Did you mean %s?": "Did you mean %s?",
|
---|
| 39 | "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive",
|
---|
| 40 | "Positionals:": "Positionals:",
|
---|
[e29cc2e] | 41 | "command": "command"
|
---|
[6a3a178] | 42 | }
|
---|