List profile inspection in CLI usage

This commit is contained in:
2026-08-29 15:12:45 +00:00
parent 8936ca7c18
commit b9b98b2aec
2 changed files with 3 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ func TestUsageIncludesExecutionAndServeFlags(t *testing.T) {
"--max-request-bytes",
"--max-artifact-bytes",
"--max-response-bytes",
"inspect prompt",
"inspect profile",
} {
if !strings.Contains(usage, want) {
t.Fatalf("expected usage to include %q, got %q", want, usage)