1
1
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:
Abdirahman Ahmed Osman 2022-12-24 17:28:59 -06:00 committed by GitHub
parent 378853f5a5
commit e8886752e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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