增加命令功能

This commit is contained in:
2025-04-07 10:42:08 +08:00
parent 0344c09ce7
commit 74b0033e45
18 changed files with 1844 additions and 494 deletions

View File

@@ -0,0 +1,5 @@
package main
func RunTaskDelete(args ...string) error {
return nil
}