Sha256: bf2b7a3a7f59198755e0cd281ce4989159b0035fb1aeb5d80b1ab269fa55401b
Contents?: true
Size: 162 Bytes
Versions: 3
Compression:
Stored size: 162 Bytes
Contents
module TD module Command def server_status op = cmd_opt 'server-status' op.cmd_parse require 'td/api' puts API.server_status end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
td-0.7.2 | lib/td/command/server.rb |
td-0.7.1 | lib/td/command/server.rb |
td-0.7.0 | lib/td/command/server.rb |