class Commands::Links

Defined in:

cli/commands/links.cr

Constant Summary

HELP = {"description" => ""}
LINKS = [{"name" => "plex", "description" => "Plex, from home network.", "url" => "http://172.16.0.75:32400"}, {"name" => "home-concourse", "description" => "Concourse, from home network.", "url" => "http://172.16.0.75:8080"}, {"name" => "concourse", "description" => "Concourse, for Homebrew.", "url" => "https://concourse.infra.issyl0.co.uk"}]

Class Method Summary

Instance Method Summary

Class Method Detail

def self.description #

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

[View source]

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].


[View source]
def destination_exists? #

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

Returns the commands Flags object.

You can access names flags by name.


[View source]
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.


[View source]