class Passdb::CLI

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/passdb/cli.rb, line 11
def initialize(*)
  super
  Thor::Shell::Basic.new
end

Public Instance Methods

version() click to toggle source
# File lib/passdb/cli.rb, line 50
def version
  say "Passdb #{Passdb::VERSION::STRING}"
end