mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-17 07:24:04 +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",
|
||
|
|
}
|