1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: note about wezterm-gui.exe --help not outputting anything

closes: https://github.com/wez/wezterm/issues/1801
This commit is contained in:
Wez Furlong 2022-07-22 07:52:31 -07:00
parent ca8bdb83bb
commit c22ee082ad

View File

@ -17,3 +17,9 @@ If you are are setting up a launcher for wezterm to run in the Windows GUI
environment then you will want to explicitly target `wezterm-gui` so that
Windows itself doesn't pop up a console host for its logging output.
Note that `wezterm-gui.exe --help` will not output anything to a console when
run on Windows systems, because it runs in the Windows GUI subsystem and has no
connection to the console. You can use `wezterm.exe --help` to see information
about the various commands; it will delegate to `wezterm-gui.exe` when
appropriate.