There was an error while loading. Please reload this page.
1 parent 067afc5 commit 71943b7Copy full SHA for 71943b7
Sources/Utility/ArgumentParser.swift
@@ -895,7 +895,7 @@ public final class ArgumentParser {
895
896
if positionalArguments.count > 0 {
897
stream <<< "\n\n"
898
- stream <<< "COMMANDS:"
+ stream <<< "POSITIONAL ARGUMENTS:"
899
for argument in positionalArguments.lazy.sorted(by: {$0.name < $1.name}) {
900
guard let usage = argument.usage else { continue }
901
print(formatted: argument.name, usage: usage, on: stream)
0 commit comments