Returns a new instance of CLI.
14 15 16 17 18
# File 'lib/boxen/cli.rb', line 14 def initialize(config, flags) @config = config @flags = flags @runner = Boxen::Runner.new(@config, @flags) end