class Squarectl::CLI::Compose::Exec

Overview

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.

Defined in:

squarectl/cli/compose.cr

Constant Summary

HELP = {"description" => ""}

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.

Class Method Summary

Instance Method Summary

Instance methods inherited from class Admiral::Command

rescue_unknown_cmd(&) rescue_unknown_cmd

Class Method Detail

def self.description #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


[View source]
def self.run(*args, **params) #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


def arguments #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


[View source]
def flags #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


[View source]
def help #

def run #
Description copied from class Admiral::Command

The run command.


[View source]
def sub(command, *args, **params) #

exec keeps a bespoke definition: it intentionally omits the -c short flag so that a -c in the user's arguments is passed through to the executed command instead of being consumed as squarectl's config flag.


[View source]