Method: CF::CLI#default_action
- Defined in:
- lib/cf/cli.rb
#default_action ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/cf/cli.rb', line 60 def default_action if input[:version] line "cf #{VERSION}" else super end end |
60 61 62 63 64 65 66 |
# File 'lib/cf/cli.rb', line 60 def default_action if input[:version] line "cf #{VERSION}" else super end end |