Skip to content

Commit f92246b

Browse files
committed
chore: mark migration selection alias deprecated
1 parent 8d0d874 commit f92246b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/commands/migrate/skill-selection-prompt.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,9 @@ export function promptMigrationSkillSelectionValues(
256256
return prompt.prompt();
257257
}
258258

259-
/** Back-compat alias for plugin selection prompts that share the same picker. */
259+
/**
260+
* Back-compat alias for plugin selection prompts that share the same picker.
261+
*
262+
* @deprecated Use promptMigrationSkillSelectionValues.
263+
*/
260264
export const promptMigrationSelectionValues = promptMigrationSkillSelectionValues;

0 commit comments

Comments
 (0)