feat: ssh.ts
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user