cliui
cliui copied to clipboard
Opinionated UI KIT for Command Line apps
The feature is basically similar to a table without borders. I want to render something like this:  At the moment i use [this lib](https://github.com/yargs/cliui?tab=readme-ov-file#example) to print it. I'm happy...
### Package version latest ### Describe the bug When importing into a CLI in CJS format the following error gets thrown: > require() of ES Module /.../node_modules/@poppinss/cliui/build/index.js from /.../index.ts not...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade cli-boxes from 3.0.0 to 4.0.0. :information_source: Keep your dependencies...
### Package version 6.4.1 ### Describe the bug If I `yarn add @poppinss/cliui` and then try to `import { cliui } from "@poppinss/cliui"`, I get an error: ``` file:///.../node_modules/log-update/node_modules/slice-ansi/index.js:13 endCodesSet.add(ansiStyles.color.ansi(end));...
 Snyk has created this PR to upgrade cli-boxes from 3.0.0 to 4.0.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
### Package version 6.4.2 ### Describe the bug The current typings of [TaskCallback](https://github.com/poppinss/cliui/blob/6.x/src/types.ts#L58-L64) require that a promise either always returns `string` or always returns `{ isError: true; message: string; }`....