mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 12:40:57 +01:00
fixed error handling, added list command, switched to koanf
This commit is contained in:
@@ -19,8 +19,12 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/tlinden/up/upd/cmd"
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
err := cmd.Execute()
|
||||
if err != nil {
|
||||
log.Fatalf(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user