linen 0.6.0 → 0.6.1
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
@@ -123,7 +123,8 @@ class Linen::CLI < Linen::Handler
|
|
123
123
|
|
124
124
|
def self::execute_simple_command( plugin, command, args )
|
125
125
|
workspace = Linen::Workspace.new
|
126
|
-
|
126
|
+
results = command.validate_arguments( args )
|
127
|
+
workspace.add_values results
|
127
128
|
|
128
129
|
input = ''
|
129
130
|
if command.requires_confirmation?
|