Method: Bashly::Script::Command#function_name

Defined in:
lib/bashly/script/command.rb

#function_nameObject

Returns a unique name, suitable to be used in a bash function



67
68
69
# File 'lib/bashly/script/command.rb', line 67

def function_name
  options['function'] || full_name.to_underscore
end