lib/cli/credential_task.rb in factor-0.0.99 vs lib/cli/credential_task.rb in factor-0.1.00
- old
+ new
@@ -16,13 +16,13 @@
#method_option :value, :alias=>"-v", :type=>:string, :desc=>"values"
def set(key,value)
puts @client.set_credential(key,value)
end
- desc "remove KEY", "remove a value from the credentials bag"
- def remove(key)
- puts @client.remove_credential(key)
- end
+ # desc "remove KEY", "remove a value from the credentials bag"
+ # def remove(key)
+ # puts @client.remove_credential(key)
+ # end
end
end
end
\ No newline at end of file