Module: AssLauncher::Cmd::Abstract::Option::ShowAppiaredOnly Private
- Included in:
- Cli
- Defined in:
- lib/ass_launcher/cmd.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Mixin Command option
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
422 423 424 425 |
# File 'lib/ass_launcher/cmd.rb', line 422 def self.included(base) base.option ['--show-appiared-only', '-a'], :flag, 'show parameters which appiared in --version only' end |