module ToyRobot::CLI
Overview
The Command Line Interface entrypoint to the application
Defined in:
toy_robot/cli.crClass Method Summary
-
.run(args : Array(String))
The CLI method entrypoint to be called within
main.cr
with CLI arguments
Class Method Detail
def self.run(args : Array(String))
#
The CLI method entrypoint to be called within main.cr
with CLI arguments
ToyRobot::CLI.run(ARGV)