class Devbin::CLI

Handle the application command line parsing and the dispatch to various command objects

@api public

Constants

Error

Error raised by this runner

Public Instance Methods

version() click to toggle source
# File lib/devbin/cli.rb, line 15
def version
  require_relative "version"
  puts "v#{Devbin::VERSION}"
end