Returns a new instance of CLI.
11 12 13 14
# File 'lib/bard.rb', line 11 def initialize(*args, **kwargs, &block) super @config = Config.new(project_name, "bard.rb") end