abstract class Foreman::Miner

Defined in:

foreman/miner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : String) #

[View source]

Instance Method Detail

def command : String #

[View source]
abstract def execute(values : Array(String)) : Int32 #

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

[View source]
def get_option(opt : String) #

[View source]
def mine(args) #

[View source]
def option(short : String, long : String, description : String, arg : String) #

[View source]
def option(short : String, long : String, description : String) #

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

[View source]
def parser : OptionParser #

[View source]