Skip to content

Commit

Permalink
[toru] add man page
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetbbak committed Feb 15, 2024
1 parent ee578d1 commit 2144f06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/toru/main.go
Expand Up @@ -60,10 +60,6 @@ func main() {
case flags.ErrorType:
if flagsErr == flags.ErrHelp {
os.Exit(0)
} else if flagsErr == flags.ErrCommandRequired {
parser.Active = parser.Find("run")
} else {
os.Exit(1)
}
default:
os.Exit(1)
Expand Down

0 comments on commit 2144f06

Please sign in to comment.