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 45781fc commit 4010361Copy full SHA for 4010361
lib/bashly/script/command.rb
@@ -9,7 +9,7 @@ def option_keys
9
alias args catch_all commands completions
10
default dependencies environment_variables examples
11
extensible expose filename filters flags
12
- footer group help name
+ footer function group help name
13
private version
14
short
15
]
@@ -168,7 +168,7 @@ def flags
168
169
# Returns a unique name, suitable to be used in a bash function
170
def function_name
171
- full_name.to_underscore
+ options['function'] || full_name.to_underscore
172
end
173
174
# Returns the name of the command, including its parent name (in case
0 commit comments