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.
long_usage
initialize
run
1 parent e9a9a76 commit 54beb86Copy full SHA for 54beb86
lib/bashly/views/command/globals.gtx
@@ -1,5 +1,5 @@
1
= view_marker
2
-
+> declare -g long_usage=''
3
> declare -g -A args=()
4
5
if catch_all_used_anywhere?
lib/bashly/views/command/initialize.gtx
@@ -2,7 +2,6 @@
> initialize() {
> declare -g version="<%= version %>"
-> declare -g long_usage=''
6
> {{ Settings.strict_string }}
7
8
if root_command?
0 commit comments