Skip to content
New issue

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

Update link to cobra-cli documentation #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghthor
Copy link

@ghthor ghthor commented Dec 15, 2022

Took me a couple mins after finding that dead link to find the cobra-cli repo and documentation.

The install section might need updated as well, since I think it states that the generator tool is installed with the go get command, but I don't think that's true anymore.

@@ -36,7 +36,7 @@ func main() {
Cobra provides its own program that will create your application and add any
commands you want. It's the easiest way to incorporate Cobra into your application.

[Here](https://github.com/spf13/cobra/blob/master/cobra/README.md) you can find more information about it.
[Here](https://github.com/spf13/cobra-cli) you can find more information about it.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Here](https://github.com/spf13/cobra-cli) you can find more information about it.
[Here](https://github.com/spf13/cobra-cli/blob/main/README.md) you can find more information about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants