Module: MilkTea::CLI::CommandToolchain
- Included in:
- MilkTea::CLI
- Defined in:
- lib/milk_tea/tooling/cli/commands/toolchain.rb
Instance Method Summary collapse
Instance Method Details
#toolchain_command ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/milk_tea/tooling/cli/commands/toolchain.rb', line 6 def toolchain_command ToolchainCLI.start( @argv, out: @out, err: @err, help_printer: method(:print_toolchain_help), ) end |