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 78bd62d commit 45d18e8Copy full SHA for 45d18e8
lib/bashly/views/command/start.gtx
@@ -1,7 +1,7 @@
1
= view_marker
2
3
> {{ Settings.function_name :initialize }} "$@"
4
-> if declare -p input_override &>/dev/null; then
+> if [[ -v input_override ]]; then
5
> {{ Settings.function_name :run }} "${input_override[@]}"
6
> else
7
> {{ Settings.function_name :run }} "$@"
0 commit comments