@@ -100,6 +100,9 @@ Options:
100100 --force-spirv-cli-rebuild
101101 Force `spirv-builder-cli` and `rustc_codegen_spirv` to be rebuilt
102102
103+ --auto-install-rust-toolchain
104+ Assume "yes" to "Install Rust toolchain: [y/n]" prompt
105+
103106 -h, --help
104107 Print help (see a summary with '-h')
105108
@@ -134,6 +137,9 @@ Options:
134137 --force-spirv-cli-rebuild
135138 Force `spirv-builder-cli` and `rustc_codegen_spirv` to be rebuilt
136139
140+ --auto-install-rust-toolchain
141+ Assume "yes" to "Install Rust toolchain: [y/n]" prompt
142+
137143 --shader-target <SHADER_TARGET>
138144 Shader target
139145
@@ -197,13 +203,44 @@ Options:
197203
198204Show some useful values
199205
200- Usage: cargo-gpu show [OPTIONS]
206+ Usage: cargo-gpu show <COMMAND>
201207
202- Options:
203- --cache-directory
204- Displays the location of the cache directory
208+ Commands:
209+ cache-directory Displays the location of the cache directory
210+ spirv-source The source location of spirv-std
211+ help Print this message or the help of the given subcommand(s)
205212
213+ Options:
206214 -h, --help
207215 Print help
208216
217+
218+ * Cache-directory
219+
220+ Displays the location of the cache directory
221+
222+ Usage: cargo-gpu show cache-directory
223+
224+ Options:
225+ -h, --help
226+ Print help
227+
228+
229+ * Spirv-source
230+
231+ The source location of spirv-std
232+
233+ Usage: cargo-gpu show spirv-source [OPTIONS]
234+
235+ Options:
236+ --shader-crate <SHADER_CRATE>
237+ The location of the shader-crate to inspect to determine its spirv-std dependency
238+
239+ [default: ./]
240+
241+ -h, --help
242+ Print help
243+
244+
245+
209246````
0 commit comments