mirror of
https://github.com/Mikescher/kpsync.git
synced 2025-10-14 08:45:08 +02:00
non-functional wip state
This commit is contained in:
17
cmd/cli/main.go
Normal file
17
cmd/cli/main.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.blackforestbytes.com/BlackForestBytes/goext/exerr"
|
||||
"git.blackforestbytes.com/BlackForestBytes/goext/langext"
|
||||
"mikescher.com/kpsync/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
exerr.Init(exerr.ErrorPackageConfigInit{
|
||||
ZeroLogErrTraces: langext.PFalse,
|
||||
ZeroLogAllTraces: langext.PFalse,
|
||||
})
|
||||
|
||||
kpApp := app.NewApplication()
|
||||
kpApp.Run()
|
||||
}
|
Reference in New Issue
Block a user