Skip to content

Commit e9a9a76

Browse files
committed
- Declare version and long_usage as globals for consistency and clarity of intent
1 parent d25c718 commit e9a9a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bashly/views/command/initialize.gtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= view_marker
22

33
> initialize() {
4-
> version="<%= version %>"
5-
> long_usage=''
4+
> declare -g version="<%= version %>"
5+
> declare -g long_usage=''
66
> {{ Settings.strict_string }}
77

88
if root_command?

0 commit comments

Comments
 (0)