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 6636795 commit 33a1db3Copy full SHA for 33a1db3
lib/bashly/views/command/fixed_flags_filter.gtx
@@ -4,14 +4,14 @@
4
> case "${1:-}" in
5
6
if root_command?
7
- = short_flag_exist?("-v") ? "--version)".indent(4) : "--version | -v)".indent(4)
+ = (short_flag_exist?("-v") ? "--version)" : "--version | -v)").indent(4)
8
> version_command
9
> exit
10
> ;;
11
>
12
end
13
14
-= short_flag_exist?("-h") ? "--help)".indent(4) : "--help | -h)".indent(4)
+= (short_flag_exist?("-h") ? "--help)" : "--help | -h)").indent(4)
15
> long_usage=yes
16
> <%= function_name %>_usage
17
0 commit comments