# README
1.install binary package in this way
go build -o ~/go/bin/kade gitee.com/go-kade/library/v2/cmd
2. install binary package using main.go
go build -o ~/go/bin/kade main.go
# Packages
No description provided by the author
# Functions
Execute adds all child commands to the root command sets flags appropriately.
# Variables
Rootcmd represents the base command when called without any subcommands.