add install only version

This commit is contained in:
Greg T. Wallace 2024-02-02 18:35:21 -05:00
parent a089d12c87
commit d6bb512b3e
4 changed files with 26 additions and 9 deletions
cmd/tool

8
cmd/tool/main.go Normal file
View file

@ -0,0 +1,8 @@
package main
import "apc-p15-tool/pkg/app"
// main command line tool
func main() {
app.Start(nil)
}