class Squarectl::CLI::Kube::Config

Defined in:

squarectl/cli/kube.cr

Constant Summary

HELP = {"description" => ""}

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 #

def self.run(*args, **params) #

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

def arguments #
Description copied from class Admiral::Command

Returns the commands Arguments object.

You can access names arguments by name. You can also access the remaning arguments using .arguments[index].


def flags #
Description copied from class Admiral::Command

Returns the commands Flags object.

You can access names flags by name.


def help #

def run #
Description copied from class Admiral::Command

The run command.


[View source]
def sub(command, *args, **params) #
Description copied from class Admiral::Command

Invokes a sub command by name, passing self as the parent.