You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/multiline/multi
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ multi_usage() {
41
41
42
42
# :command.usage_environment_variables
43
43
echo -e "Environment Variables:"
44
+
45
+
# :environment_variable.usage
44
46
echo" MULTI_VITAMIN"
45
47
echo -e " Environment variables can also use multiple lines. This can be useful if we\n need to explain - in excruciating detail - what the environemnt variable is\n used for."
Copy file name to clipboardExpand all lines: examples/multiline/src/bashly.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,5 +45,6 @@ examples:
45
45
multi multiline --flag
46
46
47
47
environment_variables:
48
-
MULTI_VITAMIN: |-
48
+
- name: multi_vitamin
49
+
help: |-
49
50
Environment variables can also use multiple lines. This can be useful if we need to explain - in excruciating detail - what the environemnt variable is used for.
0 commit comments