add version commandline option

This commit is contained in:
2016-06-24 02:54:55 +02:00
parent 57fe78c673
commit 0f0eaf4c4f
5 changed files with 36 additions and 7 deletions

2
dist/npmci.ssh.d.ts vendored
View File

@@ -1,3 +1,3 @@
import "typings-global";
export declare let ssh: () => void;
export declare let evaluateSshkey: () => void;
export declare let evaluateSshkey: (sshkeyEnvVarArg: any) => void;