Update something

This commit is contained in:
bufferstack 2024-10-26 17:47:40 -04:00
parent ef36c1344f
commit e886740265

View File

@ -27,6 +27,18 @@ var rootCmd = &cobra.Command{
// Run: func(cmd *cobra.Command, args []string) { },
}
// f, err := os.Create("", "tasks.csv")
// if err != nil {
// log.Fatal(error)
// }
// defer os.Remove(f.name())
f, err := os.
func csvCreate() {
}
// Execute adds all child commands to the root command and sets flags appropriately.
// This is called by main.main(). It only needs to happen once to the rootCmd.
func Execute() {