增加info获取接口

This commit is contained in:
algotao
2025-08-09 22:09:10 +08:00
parent edb12c3b1f
commit 80a758f1e3
7 changed files with 429 additions and 192 deletions

View File

@@ -18,6 +18,8 @@ func Run(args ...string) error {
switch name {
case "", "help":
return RunHelp(args...)
case "info":
return RunInfo(args...)
case "write":
return RunWrite(args...)
case "read":