add TERM value to fingers info command

This commit is contained in:
Jorge Morante 2025-12-27 18:03:59 +01:00
parent e3561d5dfa
commit d05ec8817f

View file

@ -15,6 +15,7 @@ class Fingers::Commands::Info < Cling::Command
["log-path", "#{Fingers::Dirs::LOG_PATH}"],
["installation-method", "#{WIZARD_INSTALLATION_METHOD || "manual"}"],
["tmux-version", `tmux -V`.chomp],
["TERM", ENV["TERM"] || "not set"],
["crystal-version", Crystal::VERSION]
]