Skip to content

Commit 9a876eb

Browse files
committed
fix specs
1 parent 621a151 commit 9a876eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bashly/views/command/normalize_input.gtx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> normalize_input() {
44
> local arg flags passthru
5+
> passthru=false
56
>
67
> while [[ $# -gt 0 ]]; do
78
> arg="$1"

0 commit comments

Comments
 (0)