class Mark::Command

Overview

Mark::Command#run is the main method which kicks off everything. Frontend which talks to the user. Handles parsing arguments, printing errors, and printing help.

Defined in:

mark/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(args : Array(String) = ARGV, io : IO = STDOUT) #

[View source]

Instance Method Detail

def run #

[View source]