lib/ruby_vault/commands/write.rb in ruby_vault-0.1.0.pre.13 vs lib/ruby_vault/commands/write.rb in ruby_vault-0.1.0.pre.14
- old
+ new
@@ -10,10 +10,12 @@
%w[write]
end
# @!visibility private
def options
- super + Options::Sets::HTTP_OPTIONS
+ super +
+ Options::Sets::HTTP_OPTIONS +
+ Options::Sets::OUTPUT_OPTIONS
end
# @!visibility private
def arguments(parameters)
[parameters[:path], parameters[:data]].flatten