We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 156872c + 7519421 commit 3b20dfcCopy full SHA for 3b20dfc
docs/project-layout.md
@@ -24,7 +24,7 @@ commands is:
24
pkg/cmd/<command>/<subcommand>/<subcommand>.go
25
```
26
Following the above example, the main implementation for the `gh issue list` command, including its help
27
-text, is in [pkg/cmd/issue/view/view.go](../pkg/cmd/issue/view/view.go)
+text, is in [pkg/cmd/issue/list/list.go](../pkg/cmd/issue/list/list.go)
28
29
Other help topics not specific to any command, for example `gh help environment`, are found in
30
[pkg/cmd/root/help_topic.go](../pkg/cmd/root/help_topic.go).
0 commit comments