Skip to content

Commit c1f6b37

Browse files
committed
tmp
1 parent 1cbe3d1 commit c1f6b37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • cmd/carapace-spec-botocore/cmd

cmd/carapace-spec-botocore/cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ func parseService(name, path string) command.Command {
158158
subCmd.Documentation.Flag = make(map[string]string)
159159

160160
// custom flags added by awscli
161-
subCmd.AddFlag(command.Flag{Longhand: "cli-input-json", Usage: "Read arguments from the JSON string provided"})
162-
subCmd.AddFlag(command.Flag{Longhand: "cli-input-yaml", Usage: "Read arguments from the YAML string provided"})
163-
subCmd.AddFlag(command.Flag{Longhand: "generate-cli-skeleton", Usage: "Prints a JSON skeleton to standard output without sending an API request"})
161+
subCmd.AddFlag(command.Flag{Longhand: "--cli-input-json", Usage: "Read arguments from the JSON string provided"})
162+
subCmd.AddFlag(command.Flag{Longhand: "--cli-input-yaml", Usage: "Read arguments from the YAML string provided"})
163+
subCmd.AddFlag(command.Flag{Longhand: "--generate-cli-skeleton", Usage: "Prints a JSON skeleton to standard output without sending an API request"})
164164

165165
if shape, ok := service.Shapes[operation.Input.Shape]; ok {
166166
switch shape.Type {

0 commit comments

Comments
 (0)