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

Fix two broken links + minor whitespace changes from formatter #21

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

Conversation

znd4
Copy link

@znd4 znd4 commented Dec 16, 2023

The generator README.md has been moved, and the default branch has
been changed from master to main.

The generator README.md has been moved, and the default branch has
been changed from `master` to `main`.
@@ -585,4 +588,4 @@ Cobra can generate documentation based on subcommands, flags, etc. in the follow

## Generating bash completions

Cobra can generate a bash-completion file. If you add more information to your command, these completions can be amazingly powerful and flexible. Read more about it in [Bash Completions](bash_completions.md).
Cobra can generate a bash-completion file. If you add more information to your command, these completions can be amazingly powerful and flexible. Read more about it in [Bash Completions](bash_completions.md).

Choose a reason for hiding this comment

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

Suggested change
Cobra can generate a bash-completion file. If you add more information to your command, these completions can be amazingly powerful and flexible. Read more about it in [Bash Completions](bash_completions.md).
Cobra can generate a bash-completion file. If you add more information to your command, these completions can be amazingly powerful and flexible. Read more about it in [Bash Completions](https://github.com/spf13/cobra/blob/main/site/content/completions/bash.md).

?

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