Cliffy does not work (or not as desired) with Windows Powershell or commandline
See original GitHub issueI have written a small cmd program with an input and a checkbox
Unfortunately the display is very misleading and the checkbox doesn’t work, so you can’t type anything.
code:
const result = await cliffyPrompt([{
name: "option",
message: "What do you want to Create?",
type: Checkbox,
options: ["router", "migration"],
},
{
name: "file",
message: "What do you want to call the file?",
type: Input,
}]);
Result:
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
PowerShell is replacing Command Prompt - Microsoft Support
It replaces Command Prompt (cmd.exe) in the Windows Logo Key + X menu, in File Explorer's File menu, and in the context menu...
Read more >Powershell broke - basic commands not working, not loading ...
At some point my Powershell broke. Standard commands like 'Write-Host' stopped working. I was using VS Code on Windows 10 and using ...
Read more >Command Prompt and Windows Powershell for Windows 11
Solution 2: Windows Terminal settings. Open Windows Terminal, then select the Startup tab > Default terminal application > Windows Console Host. Solution 3: ......
Read more >Starting Windows PowerShell - Microsoft Learn
From the Start menu, click Start, click All Programs, click Accessories, click the Windows PowerShell folder, and then click Windows PowerShell.
Read more >Start-Process (Microsoft.PowerShell.Management)
This cmdlet does not work on Linux or macOS. The Wait-Process cmdlet waits for one or more running processes to be stopped before...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@NewtTheWolf the fix is now available in v0.18.2.
is merged now. thx for double checking!