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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ commands you want. It's the easiest way to incorporate Cobra into your applicati
100
100
101
101
For complete details on using the Cobra generator, please read [The Cobra Generator README](https://github.com/spf13/cobra/blob/master/cobra/README.md)
102
102
103
-
For complete details on using the Cobra library, please read the [The Cobra User Guide](user_guide.md).
103
+
For complete details on using the Cobra library, please read the [The Cobra User Guide](site/content/user_guide.md).
104
104
105
105
# License
106
106
107
-
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/spf13/cobra/blob/master/LICENSE.txt)
107
+
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
Copy file name to clipboardExpand all lines: site/content/user_guide.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ func main() {
29
29
30
30
## Using the Cobra Generator
31
31
32
-
Cobra provides its own program that will create your application and add any
33
-
commands you want. It's the easiest way to incorporate Cobra into your application.
32
+
Cobra provides its own program that will create your application and add any commands you want.
33
+
It's the easiest way to incorporate Cobra into your application.
34
34
35
-
For complete details on using the Cobra generator, please read [The Cobra Generator README](https://github.com/spf13/cobra/blob/master/cobra/README.md)
35
+
For complete details on using the Cobra generator, please read [The Cobra Generator README](CLI.md)
36
36
37
37
## Using the Cobra Library
38
38
@@ -631,8 +631,11 @@ Run 'kubectl help' for usage.
631
631
632
632
## Generating documentation for your command
633
633
634
-
Cobra can generate documentation based on subcommands, flags, etc. Read more about it in the [docs generation documentation](doc/README.md).
634
+
Cobra can generate documentation based on subcommands, flags, etc.
635
+
Read more about it in the [docs generation documentation](docgen/_index.md).
635
636
636
637
## Generating shell completions
637
638
638
-
Cobra can generate a shell-completion file for the following shells: bash, zsh, fish, PowerShell. If you add more information to your commands, these completions can be amazingly powerful and flexible. Read more about it in [Shell Completions](shell_completions.md).
639
+
Cobra can generate a shell-completion file for the following shells: bash, zsh, fish, PowerShell.
640
+
If you add more information to your commands, these completions can be amazingly powerful and flexible.
641
+
Read more about it in [Shell Completions](completions/_index.md).
0 commit comments