Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
analogger
master
Analogger
CommandLine
Config
Log
Core
BadPort
ExecArguments
Log
NoPortProvided
Destination
File
DestinationRegistry
Exec
Protocol
Timer
Number
Built with Crystal 1.9.2
2023-10-07 21:51:03 UTC
class
Analogger::Core::ExecArguments
Analogger::Core::ExecArguments
Reference
Object
Defined in:
analogger/core/exec_arguments.cr
Constructors
.new
(command : String, args : Array(String))
Instance Method Summary
#args
: Array(String)
#args=
(args : Array(String))
#command
: String
#command=
(command : String)
Constructor Detail
def self.
new
(command : String, args : Array(String))
#
[
View source
]
Instance Method Detail
def
args
: Array(String)
#
[
View source
]
def
args=
(args : Array(String))
#
[
View source
]
def
command
: String
#
[
View source
]
def
command=
(command : String)
#
[
View source
]