class Omnibus::Wget

Defined in:

omnibus/builder.cr

Constructors

Instance Method Summary

Instance methods inherited from class Omnibus::BaseCommand

execute(name : Symbol, color : Symbol) execute

Constructor Detail

def self.new(source_url : String, to_dir : String = ".", *, unzip : Bool = false) #

[View source]

Instance Method Detail

def execute(name, color) #

[View source]
def source_url : String #

[View source]
def to_dir : String #

[View source]
def unzip : Bool #

[View source]