Class: Evostream::CLI::Argument::Help
- Includes:
- Singleton
- Defined in:
- lib/evostream/cli/option/help.rb
Overview
Argument for display help
Constant Summary collapse
- KEY =
['-h', '--help'].freeze
Instance Method Summary collapse
-
#initialize ⇒ Help
constructor
A new instance of Help.
Methods inherited from Arg
Constructor Details
#initialize ⇒ Help
12 13 14 |
# File 'lib/evostream/cli/option/help.rb', line 12 def initialize @file = File.read(File.join(__dir__, 'help')) end |