Skip to content

Commit

Permalink
Fix help message for templates with multiple argument parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Mar 20, 2024
1 parent ec0c2bf commit 117d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ccios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

arguments_line = arguments.map { |argument| "<#{argument.name}>" }.join(" ")

opts.banner = "Usage: ccios #{template.name} <name> [options]"
opts.banner = "Usage: ccios #{template.name} #{arguments_line} [options]"

flags.each do |flagParameter|
if flagParameter.short_name != nil
Expand Down

0 comments on commit 117d4fc

Please sign in to comment.