module Runcobo::Commands::Routes

Overview

A module to print route table to console.

Defined in:

commands/routes.cr

Constant Summary

ROUTES = "require \"./src/runcobo\"\nrequire \"./src/actions/**\"\nRuncobo::Commands::RouteTables.generate_route_tables.each { |x| puts x }"

A piece of to-execute codes to print route table.

Class Method Summary

Class Method Detail

def self.run(path) #

Runs path


[View source]