Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
topia
master
Top Level Namespace
Topia
Command
Error
InputFile
Pipe
Plugin
Spinner
Task
Watcher
Built with Crystal 1.9.2
2023-10-08 14:25:21 UTC
class
Topia::Command
Topia::Command
Reference
Object
Defined in:
topia/command.cr
Constructors
.new
(name : String, args : Array(String), full : String)
Instance Method Summary
#args
: Array(String)
#full
: String
#name
: String
Constructor Detail
def self.
new
(name : String, args : Array(String), full : String)
#
[
View source
]
Instance Method Detail
def
args
: Array(String)
#
[
View source
]
def
full
: String
#
[
View source
]
def
name
: String
#
[
View source
]