@astrojs/cli-kit
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -86,3 +86,6 @@ import readline from 'node:readline'; | ||
done(); | ||
if (process.stdin.isTTY) | ||
process.stdin.setRawMode(false); | ||
process.stdin.removeAllListeners('keypress'); | ||
}; | ||
export const label = (text, c = color.bgHex('#883AE2'), t = color.whiteBright) => c(` ${t(text)} `); |
{ | ||
"name": "@astrojs/cli-kit", | ||
"type": "module", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
52201
1598