mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-05 07:46:34 +00:00
add install only version
This commit is contained in:
parent
a089d12c87
commit
d6bb512b3e
4 changed files with 26 additions and 9 deletions
cmd/tool
8
cmd/tool/main.go
Normal file
8
cmd/tool/main.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "apc-p15-tool/pkg/app"
|
||||
|
||||
// main command line tool
|
||||
func main() {
|
||||
app.Start(nil)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue