Module: CloudCLI
- Defined in:
- lib/deltacloud/drivers/opennebula/cloud_client.rb
Overview
Command line help functions
Instance Method Summary collapse
-
#cmd_name ⇒ Object
Returns the command name.
Instance Method Details
#cmd_name ⇒ Object
Returns the command name
113 114 115 |
# File 'lib/deltacloud/drivers/opennebula/cloud_client.rb', line 113 def cmd_name File.basename($0) end |