mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
Add the hidden alias -e
for the start
subcommand. (#2889)
* Add the hidden alias `-e` for the `start` subcommand. resolves: 2782 * add alias description to help text Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
parent
378853f5a5
commit
e8886752e8
@ -146,6 +146,7 @@ mod test {
|
||||
|
||||
#[derive(Debug, Parser, Default, Clone)]
|
||||
#[command(trailing_var_arg = true)]
|
||||
#[command(visible_short_flag_alias = 'e')]
|
||||
pub struct StartCommand {
|
||||
/// If true, do not connect to domains marked as connect_automatically
|
||||
/// in your wezterm configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user