mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 19:26:09 +03:00
docs: update ssh-terminfo description to reference new CLI actions
Updates Config.zig documentation to reflect that SSH cache management is now handled by proper CLI actions (+list-ssh-cache and +clear-ssh-cache) rather than shell wrapper commands. Fixes documentation missed in e8c8a51.
This commit is contained in:
@ -1981,8 +1981,9 @@ keybind: Keybinds = .{},
|
|||||||
/// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts.
|
/// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts.
|
||||||
/// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when
|
/// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when
|
||||||
/// connecting to hosts that lack it. Requires `infocmp` and `tic` to be available
|
/// connecting to hosts that lack it. Requires `infocmp` and `tic` to be available
|
||||||
/// locally. Provides `ghostty ssh-cache-list` and `ghostty ssh-cache-clear`
|
/// locally. Provides `+list-ssh-cache` and `+clear-ssh-cache` CLI actions for
|
||||||
/// utilities for managing the installation cache.
|
/// managing the installation cache (caching is otherwise automatic and requires
|
||||||
|
/// no user intervention).
|
||||||
///
|
///
|
||||||
/// SSH features work independently and can be combined for optimal experience:
|
/// SSH features work independently and can be combined for optimal experience:
|
||||||
/// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its
|
/// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its
|
||||||
|
Reference in New Issue
Block a user