fea: support list/add/del/save output (#48)

This commit is contained in:
buliangjun
2024-04-01 11:21:04 +08:00
committed by GitHub
parent bb611dad29
commit dbe58aa126
13 changed files with 320 additions and 47 deletions

View File

@@ -47,4 +47,5 @@ func Commands(app *api.App) {
Log{}.Commands(app)
Guest{}.Commands(app)
Knock{}.Commands(app)
Output{}.Commands(app)
}