Method: FluentCommandBuilder::NuGet::V21::Install#help

Defined in:
lib/fluent_command_builder/command_builders/nuget_21.rb

#help {|@b| ... } ⇒ Object

Yields:

  • (@b)


200
201
202
203
204
# File 'lib/fluent_command_builder/command_builders/nuget_21.rb', line 200

def help
  @b.append ' -Help'
  yield @b if block_given?
  self
end