Class: Npmdc::Cli

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

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



26
27
28
# File 'lib/npmdc/cli.rb', line 26

def __print_version
  puts Npmdc::VERSION
end

#checkObject



20
21
22
# File 'lib/npmdc/cli.rb', line 20

def check
  Npmdc.call(options)
end