We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a602 commit 708932cCopy full SHA for 708932c
packages/arg-parser/src/arg-metadata.ts
@@ -11,7 +11,7 @@ export const argMetadata = z.registry<ArgumentMetadata>();
11
export type ArgumentMetadata = {
12
/** If set, sets this field as deprecated and replaces this field with the set field. */
13
deprecationReplacement?: string;
14
- /** If set, gets replaced with a differet field name (without deprecation) */
+ /** If set, gets replaced with a different field name (without deprecation) */
15
replacement?: string;
16
/** Whether this argument is unsupported. Always throws an error if set to true. */
17
unsupported?: boolean;
0 commit comments