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