Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
omnibus
wip
Omnibus
BaseCommand
Builder
BuildOrchestrator
ColorIterator
Command
Compression
Config
Copy
Graph
Mkdir
OS
Darwin
Platform
Helper
Linux
Platform
PackageCustomization
Patch
Registry
Software
TarXvf
Vertex
VisitorCallback
Wget
Generated using Crystal 1.14.0
2024-11-26 10:23:32 UTC
class
Omnibus::
Wget
Omnibus::Wget
Omnibus::BaseCommand
Reference
Object
Defined in:
omnibus/builder.cr
Constructors
.new
(source_url : String, to_dir : String =
"."
, *, unzip : Bool =
false
)
Instance Method Summary
#execute
(name, color)
#source_url
: String
#to_dir
: String
#unzip
: Bool
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
]