bun-promptx
bun-promptx copied to clipboard
Terminal prompt library for the Bun runtime
Results
2
bun-promptx issues
Sort by
recently updated
recently updated
newest added
I got an error: ```ts 9 | filename = `../release/promptx-${platform}-amd64.${suffix}`; 10 | } else { 11 | filename = `../release/promptx-${platform}-${arch}.${suffix}`; 12 | } 13 | var location = new URL(filename,...
```ts const responses = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((item) => { return createSelection( [ { text: 'skip', }, { text: 'higher', }, { text: 'lower',...