linen 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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?
|