Module: Ace::Support::Cli::Help::TwoTierHelp
- Defined in:
- lib/ace/support/cli/help/two_tier_help.rb
Class Method Summary collapse
Class Method Details
.concise?(args) ⇒ Boolean
8 9 10 11 |
# File 'lib/ace/support/cli/help/two_tier_help.rb', line 8 def self.concise?(args) values = Array(args) values.include?("-h") && !values.include?("--help") end |