Method: Boxen::CLI#initialize
- Defined in:
- lib/boxen/cli.rb
#initialize(config, flags) ⇒ CLI
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 |