mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-27 00:00:14 +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",
|
||
|
|
}
|