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