Skip to content

Commit

Permalink
raw logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Aug 20, 2023
1 parent f1bcf2c commit 3b23c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package main

import (
"github.com/nothub/mrpack-install/cmd"
"log"
)

func main() {
log.SetFlags(0)
cmd.Execute()
}

0 comments on commit 3b23c99

Please sign in to comment.