Sha256: 91bed293ce9c1d245a5703f74c7c2abaa37ec9fa6af143e7ea083acbbc4ce08b

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

class CLIForge::EmbeddedCommands::Help

  def initialize(config)
    @config = config
  end

  def call(arguments)
    puts "help and stuff"
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cli-forge-0.1.0 lib/cli_forge/embedded_commands/help.rb