add some tests
This commit is contained in:
1
dist/smartssh.classes.sshinstance.d.ts
vendored
1
dist/smartssh.classes.sshinstance.d.ts
vendored
@ -11,6 +11,7 @@ export declare class SshInstance {
|
||||
});
|
||||
addKey(sshKeyArg: SshKey): void;
|
||||
getKey(hostArg: string): SshKey;
|
||||
getKeys(): SshKey[];
|
||||
removeKey(sshKeyArg: SshKey): void;
|
||||
replaceKey(sshKeyOldArg: SshKey, sshKeyNewArg: SshKey): void;
|
||||
sync(): void;
|
||||
|
5
dist/smartssh.classes.sshinstance.js
vendored
5
dist/smartssh.classes.sshinstance.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user