lib/cli/workflow_task.rb in factor-0.0.8 vs lib/cli/workflow_task.rb in factor-0.0.81

- old
+ new

@@ -19,10 +19,10 @@ desc "list", "list all the workflows" #method_option :key, :alias=>"-k", :type=>:string, :desc=>"key reference" def list - puts @client.get_workflow + puts @client.get_workflows end desc "add NAME FILENAME", "add a key and value for the credential" #method_option :key, :alias=>"-k", :type=>:string, :desc=>"key reference" #method_option :value, :alias=>"-v", :type=>:string, :desc=>"values" \ No newline at end of file