diff --git a/parser.go b/parser.go index 5465ad4..08a23bf 100644 --- a/parser.go +++ b/parser.go @@ -26,7 +26,7 @@ type Parser struct { subcommandContext *Subcommand // points to the most specific subcommand being used } -TrailingSubcommand returns the last and most specific subcommand invoked. +// TrailingSubcommand returns the last and most specific subcommand invoked. func (p *Parser) TrailingSubcommand() *Subcommand { return p.subcommandContext }