-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathstrings.yml
More file actions
45 lines (41 loc) · 1.73 KB
/
strings.yml
File metadata and controls
45 lines (41 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# When overriding from the user folder, feel free to delete everything
# you do not plan on overriding to keep the default string.
# Usage captions
usage: "Usage:"
options: "Options:"
global_options: "Global Options:"
arguments: "Arguments:"
commands: "Commands:"
examples: "Examples:"
environment_variables: "Environment Variables:"
group: "%{group} Commands:"
# Usage helpers
command_alias: "Alias: %{alias}"
default_command_summary: "%{summary} (default)"
required: "(required)"
repeatable: "(repeatable)"
default: "Default: %{value}"
allowed: "Allowed: %{values}"
needs: "Needs: %{values}"
conflicts: "Conflicts: %{values}"
# Fixed flags help text
help_flag_text: Show this help
version_flag_text: Show version number
# Error messages
flag_requires_an_argument: "%{name} requires an argument: %{usage}"
flag_needs_another: "%{name} needs %{need}"
invalid_argument: "invalid argument: %s"
invalid_flag: "invalid option: %s"
invalid_command: "invalid command: %s"
conflicting_flags: "conflicting options: %s cannot be used with %s"
missing_required_argument: "missing required argument: %{arg}\\nusage: %{usage}"
missing_required_flag: "missing required flag: %{usage}"
missing_required_environment_variable: "missing required environment variable: %{var}"
missing_dependency: "missing dependency: %{dependency}"
examples_caption_on_error: 'examples:'
disallowed_flag: "%{name} must be one of: %{allowed}"
disallowed_argument: "%{name} must be one of: %{allowed}"
disallowed_environment_variable: "%{name} environment variable must be one of: %{allowed}"
unsupported_bash_version: "bash version 4.2 or higher is required"
validation_error: "validation error in %s:\\n%s"
environment_variable_validation_error: "validation error in environment variable %s:\\n%s"