feat: ssh.ts

This commit is contained in:
2026-01-11 14:06:10 +08:00
parent 1df4686bbd
commit 181d82a4f0

View File

@@ -66,7 +66,7 @@ function printSshConfig(sshConfig: SshConfig) {
if (sshProfile.proxy) features.push("proxy"); if (sshProfile.proxy) features.push("proxy");
if (sshProfile.forward_agent) features.push("forward_agent"); if (sshProfile.forward_agent) features.push("forward_agent");
console.log( console.log(
` - ${k}${ `- ${k}${
" ".repeat(maxProfileNameLength - k.length) " ".repeat(maxProfileNameLength - k.length)
} : ${BLUE}${sshProfile.host}${ } : ${BLUE}${sshProfile.host}${
" ".repeat(maxProfileHostLength - sshProfile.host.length) " ".repeat(maxProfileHostLength - sshProfile.host.length)