Class: Npmdc::Cli

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

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



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

def __print_version
  puts Npmdc::VERSION
end

#checkObject



13
14
15
# File 'lib/npmdc/cli.rb', line 13

def check
  Npmdc::Checker.new(options).call
end