We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4189b commit a6c419dCopy full SHA for a6c419d
lib/bashly/templates/strings.yml
@@ -11,7 +11,7 @@ environment_variables: "Environment Variables:"
11
group: "%{group} Commands:"
12
13
# Usage helpers
14
-command_aliases: "Alias: %{alias}"
+command_alias: "Alias: %{alias}"
15
default_command_summary: "%{summary} (default)"
16
required: "(required)"
17
repeatable: "(repeatable)"
lib/bashly/views/command/usage.erb
@@ -16,7 +16,7 @@
fi
18
<%- if alt.any? -%>
19
- printf "<%= strings[:command_aliases] % { alias: alt.join(', ') } %>\n"
+ printf "<%= strings[:command_alias] % { alias: alt.join(', ') } %>\n"
20
echo
21
<%- end -%>
22
0 commit comments