module ToyRobot::CLI

Overview

The Command Line Interface entrypoint to the application

Defined in:

toy_robot/cli.cr

Class Method Summary

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)

[View source]