class Utils::ConfigFile::SshTunnel
def multiplexer_list
-
(String, nil)- the command string to list sessions for the configured
def multiplexer_list case @multiplexer when 'screen' 'screen -ls' when 'tmux' 'tmux ls' end end
(String, nil)
- the command string to list sessions for the configured
def multiplexer_list case @multiplexer when 'screen' 'screen -ls' when 'tmux' 'tmux ls' end end