Initial 2024-01-26

This commit is contained in:
root
2024-01-26 07:11:35 +12:00
commit d03c481b33
33 changed files with 4224 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package cmpSnipper
func (app *App) CliListSnip(parm any) (any, error) {
// app.Log("")
ret := map[string]interface{}{
"list" : app.CliList,
}
return ret, nil
}