Method: Conify::Command#seeking_command_help?
- Defined in:
- lib/conify/command.rb
#seeking_command_help?(args) ⇒ Boolean
Seeking command-specific help. e.g. ‘conify bundles –help`
235 236 237 |
# File 'lib/conify/command.rb', line 235 def seeking_command_help?(args) args.include?('-h') || args.include?('--help') end |