Class: Yao::Cli::Base
- Inherits:
-
Thor
- Object
- Thor
- Yao::Cli::Base
- Defined in:
- lib/yao/cli/base.rb
Direct Known Subclasses
LBaaS::HealthMonitor, LBaaS::LB, LBaaS::Listener, LBaaS::Pool, LBaaS::PoolMember, Server
Class Method Summary collapse
Class Method Details
.banner(command, namespace = nil, subcommand = false) ⇒ Object
34 35 36 37 38 39 40 41 |
# File 'lib/yao/cli/base.rb', line 34 def (command, namespace = nil, subcommand = false) if namespace.nil? && !subcommand # yao lbaas lb help <command> のときにUsageがおかしくなるので対処 super(command, false, true) else super end end |