Skip to content

Commit

Permalink
Comment out comment
Browse files Browse the repository at this point in the history
Forgot to comment out that line!
  • Loading branch information
ohzqq committed Apr 25, 2022
1 parent 50d0cd8 commit 44838de
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 44838de

Please sign in to comment.