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.
run ...
1 parent 59432f0 commit d25c718Copy full SHA for d25c718
lib/bashly/views/command/initialize.gtx
@@ -11,8 +11,6 @@ if root_command?
11
= render(:environment_variables_default).indent 2
12
end
13
14
-= render(:globals).indent(2)
15
-
16
if user_file_exist?('initialize')
17
>
18
= load_user_file('initialize').indent 2
lib/bashly/views/command/run.gtx
@@ -1,6 +1,8 @@
1
= view_marker
2
3
> run() {
4
+= render(:globals).indent(2)
5
+>
6
> normalize_input "$@"
7
> parse_requirements "${input[@]}"
8
0 commit comments