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
56 57 58 59 60 61 62 63 |
# File 'lib/yao/cli/base.rb', line 56 def (command, namespace = nil, subcommand = false) if namespace.nil? && !subcommand # yao lbaas lb help <command> のときにUsageがおかしくなるので対処 super(command, false, true) else super end end |