Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Mar 11, 2024
1 parent 40e6852 commit 7be29ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (c Command) Desc() string {
return c.desc
}

// Run executes sub-command, which
// Run executes sub-command. It will invoke CommandFunc which passed to DefineCommand.
func (c Command) Run(ctx context.Context, args []string) error {
ctx = withName(ctx, c)
if c.runFn == nil {
Expand Down

0 comments on commit 7be29ce

Please sign in to comment.