mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
2e505ad869
These allow additional control over image placement refs: https://github.com/wez/wezterm/issues/3716
21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
Rename a workspace
|
|
|
|
Usage: wezterm cli rename-workspace [OPTIONS] <NEW_WORKSPACE>
|
|
|
|
Arguments:
|
|
<NEW_WORKSPACE>
|
|
The new name for the workspace
|
|
|
|
Options:
|
|
--workspace <WORKSPACE>
|
|
Specify the workspace to rename
|
|
|
|
--pane-id <PANE_ID>
|
|
Specify the current pane. The default is to use the current pane based
|
|
on the environment variable WEZTERM_PANE.
|
|
|
|
The pane is used to figure out which workspace should be renamed.
|
|
|
|
-h, --help
|
|
Print help (see a summary with '-h')
|