Class: Victor::CLI::CommandLine
- Inherits:
-
Object
- Object
- Victor::CLI::CommandLine
- Defined in:
- lib/victor/cli/command_line.rb
Class Method Summary collapse
Class Method Details
.router ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/victor/cli/command_line.rb', line 9 def self.router router = MisterBin::Runner.new version: VERSION, header: "Victor SVG Utilities" router.route 'to-ruby', to: Commands::GenerateRuby router.route 'to-svg', to: Commands::GenerateSVG router end |