We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d0cd8 + 44838de commit 56e4402Copy full SHA for 56e4402
parser.go
@@ -26,7 +26,7 @@ type Parser struct {
26
subcommandContext *Subcommand // points to the most specific subcommand being used
27
}
28
29
-TrailingSubcommand returns the last and most specific subcommand invoked.
+// TrailingSubcommand returns the last and most specific subcommand invoked.
30
func (p *Parser) TrailingSubcommand() *Subcommand {
31
return p.subcommandContext
32
0 commit comments