module Run
Defined in:
run/command.crrun/command_group.cr
run/global.cr
run/helper.cr
run/io.cr
run/process.cr
run/process_group.cr
run/timeout.cr
run/types.cr
version.cr
Constant Summary
-
VERSION =
"0.5.2"
Class Method Summary
-
.abort(signal = nil)
Aborts all processes.
-
.command(command : String, *nameless, **named)
Creates a new command with context attributes.
-
.command(name : Symbol, *nameless, **named)
Creates a new command with context attributes.
-
.group(name : Symbol, **attrs)
Creates a new command group with context attributes.
-
.group(**attrs)
Creates a new command group with context attributes.
-
.group(name : Symbol, **attrs, &block : CommandGroup -> _)
Creates a new command group with context attributes and yield a block with the command group.
-
.group(**attrs, &block : CommandGroup -> _)
Creates a new command group with context attributes and yield a block with the command group.
Class Method Detail
Creates a new command with context attributes.
For more information about the arguments, see Context#set
.
Creates a new command with context attributes.
For more information about the arguments, see Context#set
.
Creates a new command group with context attributes.
For more information about the arguments, see Context#set
.
Creates a new command group with context attributes.
For more information about the arguments, see Context#set
.
Creates a new command group with context attributes and yield a block with the command group.
For more information about the arguments, see Context#set
.
Creates a new command group with context attributes and yield a block with the command group.
For more information about the arguments, see Context#set
.