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.
1 parent a3075a0 commit a4efccfCopy full SHA for a4efccf
lib/bashly/views/command/master_script.gtx
@@ -16,10 +16,10 @@
16
if Settings.enabled? :sourcing
17
> if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
18
> initialize
19
- > run "$@"
+ > {{ function_name }}_run "$@"
20
> fi
21
else
22
23
24
end
25
>
lib/bashly/views/command/run.gtx
@@ -1,6 +1,6 @@
1
= view_marker
2
3
-> run() {
+> {{ function_name }}_run() {
4
= render(:globals).indent(2)
5
6
> normalize_input "$@"
0 commit comments