From f617c9b3b7125ecad6d4be2341658a180b7a9d65 Mon Sep 17 00:00:00 2001 From: Jason Rayne Date: Wed, 25 Jun 2025 13:09:31 -0700 Subject: [PATCH] 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. --- src/config/Config.zig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index b03773295..a9df83e0a 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1981,8 +1981,9 @@ keybind: Keybinds = .{}, /// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts. /// 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 -/// locally. Provides `ghostty ssh-cache-list` and `ghostty ssh-cache-clear` -/// utilities for managing the installation cache. +/// locally. Provides `+list-ssh-cache` and `+clear-ssh-cache` CLI actions for +/// managing the installation cache (caching is otherwise automatic and requires +/// no user intervention). /// /// SSH features work independently and can be combined for optimal experience: /// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its