We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkdir -p cobra cd cobra cobra-cli init --viper demo
$ cat demo/main.go /* Copyright © 2023 NAME HERE <EMAIL ADDRESS> */ package main import "github.con/cuizhaoyue/go-demo/cobra/cmd" func main() { cmd.Execute() }
github.con/cuizhaoyue/go-demo/cobra/demo/cmd
rather than
github.con/cuizhaoyue/go-demo/cobra/cmd
cobra-cli
The text was updated successfully, but these errors were encountered:
This issue is being marked as stale due to a long period of inactivity
Sorry, something went wrong.
No branches or pull requests
The correct path should be
rather than
The
cobra-cli
version is the latest version as of 2023-03-04The text was updated successfully, but these errors were encountered: