mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
km ssh <SERVER> [COMMAND] -n [NAME]
This commit is contained in:
@@ -7,9 +7,9 @@ pub struct Ssh {
|
||||
/// Defaults to Periphery default.
|
||||
pub command: Option<String>,
|
||||
|
||||
/// The terminal (name) to connect to. Default: `ssh`
|
||||
#[arg(long, short = 't', default_value_t = String::from("ssh"))]
|
||||
pub terminal: String,
|
||||
/// The terminal name to connect to. Default: `ssh`
|
||||
#[arg(long, short = 'n', default_value_t = String::from("ssh"))]
|
||||
pub name: String,
|
||||
|
||||
/// Force fresh terminal to replace existing one.
|
||||
#[arg(long, short = 'r', default_value_t = false)]
|
||||
|
||||
Reference in New Issue
Block a user