@shnitzel/plugscout 0.3.7 → 0.3.8
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.
|
@@ -183,6 +183,8 @@ export async function renderInteractiveHome() {
|
|
|
183
183
|
process.stdout.write(screen + '\n');
|
|
184
184
|
return;
|
|
185
185
|
}
|
|
186
|
+
const screen = await renderHomeScreen();
|
|
187
|
+
process.stdout.write(screen + '\n\n');
|
|
186
188
|
let selected = 0;
|
|
187
189
|
const ARROW_UP = '\u001b[A';
|
|
188
190
|
const ARROW_DOWN = '\u001b[B';
|
package/package.json
CHANGED