Skip to content

Commit

Permalink
chore: remove unreachable call to exit (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Dec 13, 2021
1 parent b921c42 commit 9fdc72f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/docgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
func main() {
if len(os.Args) != 2 {
log.Fatal("Usage: cmd/docgen /path/to/outdir")
os.Exit(1)
}

err := doc.GenMarkdownTree(root.NewDefaultRootCmd(nil), os.Args[1])
Expand Down

0 comments on commit 9fdc72f

Please sign in to comment.