You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g:
run cobra-cli add get, it will generate cmd/get.go
run cobra-cli add config, it will generate cmd/config.go
run cobra-cli add get -p 'configCmd', it will also generate cmd/get.go
the thrid command will overwrite cmd/get.go
finally, we can't have 'app get ' and 'app config get ' two commands at the same time.
The text was updated successfully, but these errors were encountered:
e.g:
run cobra-cli add get, it will generate cmd/get.go
run cobra-cli add config, it will generate cmd/config.go
run cobra-cli add get -p 'configCmd', it will also generate cmd/get.go
the thrid command will overwrite cmd/get.go
finally, we can't have 'app get ' and 'app config get ' two commands at the same time.
The text was updated successfully, but these errors were encountered: