Released v1

This commit is contained in:
Steve Cliff
2026-02-12 10:37:19 +00:00
commit b07572fed5
77 changed files with 19518 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"git.franklin.lab/steve.cliff/pcli/cmd"
)
func main() {
cmd.Execute()
}