linen 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/linen.rb +2 -2
- data/lib/linen/handlers/cli.rb +2 -1
- metadata +1 -1
data/lib/linen.rb
CHANGED
data/lib/linen/handlers/cli.rb
CHANGED
@@ -177,7 +177,8 @@ END
|
|
177
177
|
}
|
178
178
|
|
179
179
|
workspace.add_values current_values
|
180
|
-
|
180
|
+
results = command.validate_arguments( args )
|
181
|
+
workspace.add_values results
|
181
182
|
|
182
183
|
input = ''
|
183
184
|
if command.requires_confirmation?
|