Sha256: 2bc6320c548d9e10335bf7ef95190bdd3736885024169f0885788f5e91f6bcd8

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

module Transcriptic::Command

  # view the status of your runs
  #
  class Status < Base
  
    # transcriptic status [RUNID]
    #
    # list active runs, or if RUNID supplied, show details of that run
    #
    def index
      run_id = args.shift
      puts run_id
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transcriptic-0.1.0 lib/transcriptic/command/status.rb