From 8fb953e82982c279e8760730df5858e4a671b242 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:15:51 +0100 Subject: [PATCH] reformat arguments --- lib/uaa/cli/curl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uaa/cli/curl.rb b/lib/uaa/cli/curl.rb index 5d2ea1d..401a44e 100644 --- a/lib/uaa/cli/curl.rb +++ b/lib/uaa/cli/curl.rb @@ -30,7 +30,7 @@ class CurlCli < CommonCli define_option :cacert, "-C", "--cacert ", "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)