Add tools.ParseDate

This commit is contained in:
Dan Jones 2024-02-24 20:38:27 -06:00
commit 70b82761c2
8 changed files with 1067 additions and 8 deletions

View file

@ -43,7 +43,7 @@ func Execute() {
}
func init() {
cobra.OnInitialize(initConfig)
//cobra.OnInitialize(initConfig)
// Here you will define your flags and configuration settings.
// Cobra supports persistent flags, which, if defined here,
@ -56,9 +56,3 @@ func init() {
// when this action is called directly.
// rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}
// initConfig reads in config file and ENV variables if set.
func initConfig() {
// @todo
}