Skip to content

Commit

Permalink
reformat arguments (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle authored Dec 6, 2023
1 parent 5139b8d commit a9820de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uaa/cli/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CurlCli < CommonCli
define_option :cacert, "-C", "--cacert <ca_file>", "CA certificate to verify peer against"
define_option :bodyonly, "-b", "--bodyonly", "show body only in response"

desc "curl [path]", "CURL to a UAA endpoint", :request, :data, :header, :insecure , :bodyonly, :cacert do |path|
desc "curl [path]", "CURL to a UAA endpoint", :request, :data, :header, :insecure, :cacert, :bodyonly do |path|
return say_command_help(["curl"]) unless path

uri = parse_uri(path)
Expand Down

0 comments on commit a9820de

Please sign in to comment.