Skip to content

Commit

Permalink
- Revert 9167c49 to allow calling run ... internally
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jan 8, 2025
1 parent 59432f0 commit d25c718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bashly/views/command/initialize.gtx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if root_command?
= render(:environment_variables_default).indent 2
end

= render(:globals).indent(2)

if user_file_exist?('initialize')
>
= load_user_file('initialize').indent 2
Expand Down
2 changes: 2 additions & 0 deletions lib/bashly/views/command/run.gtx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= view_marker

> run() {
= render(:globals).indent(2)
>
> normalize_input "$@"
> parse_requirements "${input[@]}"

Expand Down

0 comments on commit d25c718

Please sign in to comment.