abstract class Jennifer::Adapter::ICommandShell

Direct Known Subclasses

Defined in:

jennifer/adapter/command_shell/command.cr
jennifer/adapter/command_shell/i_command_shell.cr

Constant Summary

OPTIONS_PLACEHOLDER = "\"${@}\""
SUDO = "sudo"

Constructors

Instance Method Summary

Constructor Detail

def self.new(config) #

[View source]

Instance Method Detail

def config : Config #

[View source]
abstract def execute(command) : NamedTuple #

[View source]