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:
Jason Rayne
2025-06-25 13:09:31 -07:00
parent 0565ed3954
commit f617c9b3b7

View File

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