File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -148,15 +148,10 @@ are unavailable to Pull Requests coming from forks of the repository.
148148| path | description |
149149| --------------- | --------------------------------------------------------- |
150150| ` src ` | Contains shared/support code for the commands |
151- | ` src/bin ` | Contains the runnable script. You shouldn't need to touch |
152- : : this content. :
153- | ` src/commands ` | Contains code for the commands, organized by |
154- : : one-file-per-command with dashes. :
155- | ` src/templates ` | Contains static files needed for various reasons |
156- : : (inittemplates, login success HTML, etc.) :
157- | ` src/test ` | Contains tests. Mirrors the top-level directory structure |
158- : : (i.e., ` src/test/commands ` contains command tests and :
159- : : ` src/test/gcp ` contains ` gcp ` tests) :
151+ | ` src/bin ` | Contains the runnable script. You shouldn't need to touch this content. |
152+ | ` src/commands ` | Contains code for the commands, organized by one-file-per-command with dashes. |
153+ | ` src/templates ` | Contains static files needed for various reasons (inittemplates, login success HTML, etc.) |
154+ | ` src/test ` | Contains tests. Mirrors the top-level directory structure (i.e., ` src/test/commands ` contains command tests and ` src/test/gcp ` contains ` gcp ` tests) |
160155
161156## Building CLI commands
162157
You can’t perform that action at this time.
0 commit comments