Class: FluentCommandBuilder::TeamFoundationTEE::V100::Help
- Inherits:
-
CommandBase
- Object
- CommandBase
- FluentCommandBuilder::TeamFoundationTEE::V100::Help
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb
Instance Method Summary collapse
-
#initialize(underlying_builder, command = nil) ⇒ Help
constructor
A new instance of Help.
- #listexitcodes {|@b| ... } ⇒ Object
Methods inherited from CommandBase
Constructor Details
#initialize(underlying_builder, command = nil) ⇒ Help
Returns a new instance of Help.
814 815 816 817 818 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb', line 814 def initialize(, command=nil) super @b.append ' help' @b.append " #{@b.format command}" unless command.nil? end |
Instance Method Details
#listexitcodes {|@b| ... } ⇒ Object
819 820 821 822 823 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb', line 819 def listexitcodes @b.append ' -listexitcodes]' yield @b if block_given? self end |