class Gitdig::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/gitdig/cli.rb, line 18 def version require_relative 'version' puts "v#{Gitdig::VERSION}" end