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 8d0d874 commit f92246bCopy full SHA for f92246b
1 file changed
src/commands/migrate/skill-selection-prompt.ts
@@ -256,5 +256,9 @@ export function promptMigrationSkillSelectionValues(
256
return prompt.prompt();
257
}
258
259
-/** Back-compat alias for plugin selection prompts that share the same picker. */
+/**
260
+ * Back-compat alias for plugin selection prompts that share the same picker.
261
+ *
262
+ * @deprecated Use promptMigrationSkillSelectionValues.
263
+ */
264
export const promptMigrationSelectionValues = promptMigrationSkillSelectionValues;
0 commit comments