add migrate old config

This commit is contained in:
yuzuki999
2023-06-02 09:19:37 +08:00
parent 989b4ff13e
commit e263e70f37
5 changed files with 99 additions and 7 deletions

View File

@@ -2,10 +2,6 @@ package cmd
import "testing"
func TestExecCommand(t *testing.T) {
t.Log(execCommand("echo test"))
}
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}