class Squarectl::CLI::Completion::Bash

Overview

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).

Defined in:

squarectl/cli/completion.cr

Constant Summary

HELP = {"description" => ""}

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).

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 #

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


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

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


def arguments #

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


[View source]
def flags #

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


[View source]
def run #
Description copied from class Admiral::Command

The run command.


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

Prints the embedded Bash completion script so it can be sourced, e.g. source <(squarectl completion bash).


[View source]