mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
9 lines
123 B
Go
9 lines
123 B
Go
|
|
package root
|
||
|
|
|
||
|
|
import "github.com/spf13/cobra"
|
||
|
|
|
||
|
|
var RootCmd = cobra.Command{
|
||
|
|
Use: "bna",
|
||
|
|
Short: "Binana helper tool",
|
||
|
|
}
|