Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Jun 28, 2024
1 parent 09b11a0 commit 04300e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/suppressions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getSuppressions, Suppression } from "./suppressions.js";

function getUsage(): string {
return (
" Usage: npx get-suppressions <tool-name> <path-to-file-or-directory>\n" +
"Testing Usage: npx get-suppressions <tool-name> <path-to-file-or-directory>\n" +
"Returns: JSON array of suppressions, with specified tool name, applying to file or directory (may be empty)\n" +
"\n" +
"Example: npx get-suppressions TypeSpecRequirement specification/foo/data-plane/Foo/stable/2023-01-01/Foo.json\n" +
Expand Down

0 comments on commit 04300e3

Please sign in to comment.