Class: Wdmc::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/wdmc/cli.rb

Instance Method Summary collapse

Instance Method Details

#sysinfoObject



8
9
10
# File 'lib/wdmc/cli.rb', line 8

def sysinfo
  Wdmc::Device.new.summary
end

#versionObject



28
29
30
# File 'lib/wdmc/cli.rb', line 28

def version
  puts Wdmc::VERSION
end