Skip to content

Commit 56e4402

Browse files
author
Eric Greer
authored
Merge pull request #78 from ohzqq/patch-1
Comment out comment
2 parents 50d0cd8 + 44838de commit 56e4402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Parser struct {
2626
subcommandContext *Subcommand // points to the most specific subcommand being used
2727
}
2828

29-
TrailingSubcommand returns the last and most specific subcommand invoked.
29+
// TrailingSubcommand returns the last and most specific subcommand invoked.
3030
func (p *Parser) TrailingSubcommand() *Subcommand {
3131
return p.subcommandContext
3232
}

0 commit comments

Comments
 (0)