chore: removes sample code from today cmd

This commit is contained in:
Dennis Schoepf 2025-08-19 21:01:25 +02:00
parent 5ab62c85f1
commit 9ee6876e95

View file

@ -20,7 +20,6 @@ import (
"fmt"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
// todayCmd represents the today command
@ -34,8 +33,6 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
dbPath := viper.GetString("path")
fmt.Println(dbPath)
fmt.Println("today called")
},
}