Sha256: bc6b8a7d72c72bcf4d1e08893f29ad3a1741ebba6a7b96d211e27a42539cddce

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

module Roll

  #
  class CommandIndex < Command

    #
    def setup
      op.banner = "Usage: roll index [NAME]"
      op.separator "Show current environment index."
    end

    # Show/Change current environment.
    #
    def call
      puts Roll.index(*args)
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roll-1.2.0 lib/roll/commands/index.rb