working commit
This commit is contained in:
@@ -21,8 +21,8 @@ func main() {
|
||||
}
|
||||
|
||||
type Util struct {
|
||||
rootCmd *cobra.Command
|
||||
putFileParams PutFileParams
|
||||
FileUtil
|
||||
rootCmd cobra.Command
|
||||
}
|
||||
|
||||
func NewUtil() *Util {
|
||||
@@ -31,7 +31,7 @@ func NewUtil() *Util {
|
||||
|
||||
func (util *Util) Build() error {
|
||||
var err error
|
||||
rootCmd := &cobra.Command{
|
||||
rootCmd := cobra.Command{
|
||||
Use: "cmd",
|
||||
Short: "A brief description the command",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user