class Squarectl::CLI::Kube::Convert

Overview

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.

Defined in:

squarectl/cli/kube.cr

Constant Summary

HELP = {"description" => ""}

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.

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 #

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


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

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


def arguments #

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


[View source]
def flags #

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


[View source]
def help #

def run #
Description copied from class Admiral::Command

The run command.


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

convert keeps a bespoke definition: it takes an extra --output flag and forwards it to the conversion.


[View source]