Skip to content

Commit

Permalink
Add Run doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Oct 31, 2021
1 parent bd95e29 commit 0a67f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func validateCommand(cmd Command) error {
return nil
}

// Run ...
// Run commands.
func (r *Runner) Run() error {
if r.errInit != nil {
return fmt.Errorf("acmd: cannot init runner: %w", r.errInit)
Expand Down

0 comments on commit 0a67f26

Please sign in to comment.