Skip to content

Commit 54beb86

Browse files
committed
- Move long_usage definition from initialize to run
1 parent e9a9a76 commit 54beb86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/bashly/views/command/globals.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= view_marker
2-
2+
> declare -g long_usage=''
33
> declare -g -A args=()
44

55
if catch_all_used_anywhere?

lib/bashly/views/command/initialize.gtx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
> initialize() {
44
> declare -g version="<%= version %>"
5-
> declare -g long_usage=''
65
> {{ Settings.strict_string }}
76

87
if root_command?

0 commit comments

Comments
 (0)