Skip to content

Commit d25c718

Browse files
committed
- Revert 9167c49 to allow calling run ... internally
1 parent 59432f0 commit d25c718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bashly/views/command/initialize.gtx

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ if root_command?
1111
= render(:environment_variables_default).indent 2
1212
end
1313

14-
= render(:globals).indent(2)
15-
1614
if user_file_exist?('initialize')
1715
>
1816
= load_user_file('initialize').indent 2

lib/bashly/views/command/run.gtx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
= view_marker
22

33
> run() {
4+
= render(:globals).indent(2)
5+
>
46
> normalize_input "$@"
57
> parse_requirements "${input[@]}"
68

0 commit comments

Comments
 (0)