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 621a151 commit 9a876ebCopy full SHA for 9a876eb
lib/bashly/views/command/normalize_input.gtx
@@ -2,6 +2,7 @@
2
3
> normalize_input() {
4
> local arg flags passthru
5
+> passthru=false
6
>
7
> while [[ $# -gt 0 ]]; do
8
> arg="$1"
0 commit comments