Skip to content

Commit ec1d590

Browse files
sbryngelsonclaude
andcommitted
Add viz to CLI reference doc generation categories
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 269f9af commit ec1d590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/cli/docs_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def generate_cli_reference(schema: CLISchema) -> str:
243243

244244
# Command categories
245245
core_commands = ["build", "run", "test", "clean", "validate"]
246-
utility_commands = ["new", "params", "packer", "completion", "generate", "help"]
246+
utility_commands = ["new", "viz", "params", "packer", "completion", "generate", "help"]
247247
dev_commands = ["lint", "format", "spelling", "precheck", "count", "count_diff"]
248248
ci_commands = ["bench", "bench_diff"]
249249
other_commands = ["load", "interactive"]

0 commit comments

Comments
 (0)