Class: Npmdc::Cli

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

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



17
18
19
# File 'lib/npmdc/cli.rb', line 17

def __print_version
  puts Npmdc::VERSION
end

#checkObject



11
12
13
# File 'lib/npmdc/cli.rb', line 11

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