mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
parent
1155bbca9d
commit
834b3d7e41
4 changed files with 72 additions and 37 deletions
3
main.go
3
main.go
|
@ -21,8 +21,9 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
err := commands.Execute(os.Args[1:])
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
log.Fatalf("Error: %s", err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue