class Fingers::Commands::LoadConfig

Defined in:

fingers/commands/load_config.cr

Constant Summary

PRIVATE_OPTIONS = ["cli"]

Instance Method Summary

Instance Method Detail

def add_builtin_patterns #

[View source]
def cli #

[View source]
def config : Fingers::Config #

[View source]
def config=(config : Fingers::Config) #

[View source]
def fingers_mode_bind(key, command) #

[View source]
def fingers_options_names #

[View source]
def from_tmux_option(value) #

[View source]
def parse_tmux_conf #

[View source]
def run(arguments, options) : Nil #

[View source]
def setup : Nil #
Description copied from class Cling::Command

An abstract method that should define information about the command such as the name, aliases, arguments, options, etc. The command name is required for all commands, all other values are optional including the help message.


[View source]
def setup_bindings #

[View source]
def setup_fingers_mode_bindings #

[View source]
def setup_root_bindings #

[View source]
def shell_safe_options #

[View source]
def tmux #

[View source]
def tmux_version #

[View source]
def to_tmux_option(value) #

[View source]
def validate_options! #

[View source]