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.
environment_variable.allowed
1 parent 4fe17b7 commit 989892dCopy full SHA for 989892d
lib/bashly/views/environment_variable/usage.gtx
@@ -3,6 +3,10 @@
3
> printf " %s\n" "{{ usage_string(extended: true).color(:environment_variable) }}"
4
> printf "{{ help.wrap(76).indent(4).sanitize_for_print }}\n"
5
6
+if allowed
7
+ > printf " {{ strings[:allowed] % { values: allowed.join(', ') } }}\n"
8
+end
9
+
10
if default
11
> printf " {{ strings[:default] % { value: default } }}\n"
12
end
0 commit comments