refactor: clean up code

This commit is contained in:
Jonas Kaninda
2024-12-07 02:28:16 +01:00
parent 5ebc707fe6
commit 1eb57044ad
3 changed files with 1 additions and 6 deletions

View File

@@ -254,7 +254,3 @@ func CronNextTime(cronExpr string) time.Time {
next := schedule.Next(now)
return next
}
func UsageErrorf(cmd *cobra.Command, message string, args ...interface{}) error {
msg := fmt.Sprintf(message, args...)
return fmt.Errorf("%s\nSee '%s -h' for help and examples", msg, cmd.CommandPath())
}