clawmoney 0.15.23 → 0.15.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -172,9 +172,9 @@ export async function relaySetupCommand() {
|
|
|
172
172
|
cancel("Setup aborted");
|
|
173
173
|
process.exit(1);
|
|
174
174
|
}
|
|
175
|
-
// ── Step 2: pick which
|
|
175
|
+
// ── Step 2: pick which subscriptions to register ──
|
|
176
176
|
const familyChoice = await multiselect({
|
|
177
|
-
message: "Which
|
|
177
|
+
message: "Which subscriptions do you want to provide? (space to toggle, enter to confirm)",
|
|
178
178
|
options: available.map((d) => ({
|
|
179
179
|
value: d.cli,
|
|
180
180
|
label: d.cli,
|