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 a412ba3 commit 47aa242Copy full SHA for 47aa242
2 files changed
lib/bashly/views/command/argfile_filter.gtx
@@ -14,5 +14,5 @@
14
> case "$argfile_key" in
15
= flags.map { |flag| flag.render(:argfile_case) }.join.indent 4
16
> esac
17
-> done < "{{ argfile }}"
+> done <"{{ argfile }}"
18
>
lib/bashly/views/flag/argfile_case.gtx
@@ -2,5 +2,5 @@
2
3
> {{ aliases.join " | " }})
4
= render(arg ? :argfile_case_arg : :argfile_case_no_arg).indent 2
5
-> ;;
+> ;;
6
0 commit comments