We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b36e commit 2aa3509Copy full SHA for 2aa3509
1 file changed
src/diff/diffCommand.ts
@@ -72,7 +72,7 @@ Exit statuses:
72
}),
73
"normalize-directory-names": flags.boolean({
74
description:
75
- "Normalize directory names by removing minor and patch versions. Example: 'api-1.0.16' -> 'api-1'",
+ "Normalize directory names by removing minor and patch versions. Example: 'shopper-stores-oas-1.0.16' -> 'shopper-stores-oas-1",
76
default: false,
77
78
};
0 commit comments