class Topia::CLI

Overview

Command Line Interface for Topia task runner

Defined in:

topia/cli.cr

Constant Summary

VERSION_TEXT = "Topia v#{Topia::VERSION} - Crystal Task Automation Framework"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.run(args = ARGV) #

[View source]

Instance Method Detail

def execute #

[View source]
def options : Hash(String, String | Bool | Int32) #

[View source]
def parse_args(args : Array(String)) #

[View source]
def tasks : Array(String) #

[View source]