feat(binana): change tool to deposit generated files into an 'artifacts' folder that isn't retained by repository history

This commit is contained in:
phaneron 2026-02-28 02:34:20 -05:00
parent 68f52b8efd
commit 47b08df145
44 changed files with 904 additions and 622 deletions

8
go/app/cmd/root/root.go Normal file
View file

@ -0,0 +1,8 @@
package root
import "github.com/spf13/cobra"
var RootCmd = cobra.Command{
Use: "bna",
Short: "Binana helper tool",
}