feat: add yaml config support
This commit is contained in:
@ -7,6 +7,5 @@ import (
|
||||
func init() {
|
||||
time.Local = time.FixedZone("CST", 8*3600)
|
||||
|
||||
initRoot()
|
||||
initCli()
|
||||
initRoot(initCli())
|
||||
}
|
||||
|
Reference in New Issue
Block a user