Skip to content

Commit

Permalink
Merge pull request #78 from ohzqq/patch-1
Browse files Browse the repository at this point in the history
Comment out comment
  • Loading branch information
Eric Greer committed Apr 25, 2022
2 parents 50d0cd8 + 44838de commit 56e4402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Expand Up @@ -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
}
Expand Down

0 comments on commit 56e4402

Please sign in to comment.