feat: ssh.ts
This commit is contained in:
@@ -66,7 +66,7 @@ function printSshConfig(sshConfig: SshConfig) {
|
||||
if (sshProfile.proxy) features.push("proxy");
|
||||
if (sshProfile.forward_agent) features.push("forward_agent");
|
||||
console.log(
|
||||
` - ${k}${
|
||||
`- ${k}${
|
||||
" ".repeat(maxProfileNameLength - k.length)
|
||||
} : ${BLUE}${sshProfile.host}${
|
||||
" ".repeat(maxProfileHostLength - sshProfile.host.length)
|
||||
|
||||
Reference in New Issue
Block a user