Skip to content

Commit 0ae0ccf

Browse files
committed
style: deprecation message
1 parent 909e207 commit 0ae0ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compatibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export type ArrayWithDeprecationOptions = {
9393
parse?: undefined;
9494
};
9595
/**
96-
* @deprecated
96+
* @deprecated. Use `multiple: true` with `delimiter: ','` instead
9797
*/
9898
export const arrayWithDeprecation = Flags.custom<string[], ArrayWithDeprecationOptions>({
9999
multiple: true,

0 commit comments

Comments
 (0)