Log error & move TODO

This commit is contained in:
perp 2024-07-09 17:10:58 +01:00
parent 98b2292955
commit 622f74b89f

View File

@ -179,12 +179,7 @@ func init() {
func main() { func main() {
if err := rootCmd.Execute(); err != nil { if err := rootCmd.Execute(); err != nil {
panic(err) log.Err(err).Msg("")
os.Exit(1)
} }
} }
// Todo:
// Clean up main.go
// Fix warning logs
// Fix wildcard log (Separate the main, use a function instead)
// Complete all options