module Runcobo::Commands::Routes
Overview
A module to print route table to console.
Defined in:
commands/routes.crConstant 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
-
.run(path)
Runs path