mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
rustfmt
This commit is contained in:
parent
0b1ab8c6e0
commit
743ab695e8
@ -303,7 +303,7 @@ Outputs the pane-id for the newly created pane on success"
|
||||
|
||||
/// When creating a new window, override the default workspace name
|
||||
/// with the provided name. The default name is "default".
|
||||
#[clap(long = "workspace", requires="new-window")]
|
||||
#[clap(long = "workspace", requires = "new-window")]
|
||||
workspace: Option<String>,
|
||||
|
||||
/// Instead of executing your shell, run PROG.
|
||||
|
Loading…
Reference in New Issue
Block a user