Skip to content

Commit

Permalink
simplified entry-point logic (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: Samy Fodil <76626119+samyfodil@users.noreply.github.com>
  • Loading branch information
EndowTheGreat and samyfodil authored Jul 18, 2024
1 parent 61ac708 commit df9204e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
)

func main() {
err := cli.Run(os.Args...)
if err != nil {
if err := cli.Run(os.Args...); err != nil {
log.Fatal(err)
}
}

0 comments on commit df9204e

Please # to comment.