cli_tool 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cli_tool/remote.rb +2 -2
- data/lib/cli_tool/version.rb +1 -1
- metadata +1 -1
data/lib/cli_tool/remote.rb
CHANGED
@@ -185,7 +185,7 @@ module CliTool
|
|
185
185
|
argument: :required,
|
186
186
|
short: :p,
|
187
187
|
documentation: 'SSH password (not implemented)',
|
188
|
-
|
188
|
+
private: true
|
189
189
|
},
|
190
190
|
identity: {
|
191
191
|
argument: :required,
|
@@ -196,7 +196,7 @@ module CliTool
|
|
196
196
|
argument: :required,
|
197
197
|
short: :h,
|
198
198
|
documentation: 'SSH host to connect to',
|
199
|
-
|
199
|
+
require: true
|
200
200
|
},
|
201
201
|
port: {
|
202
202
|
default: '22',
|
data/lib/cli_tool/version.rb
CHANGED