cliui icon indicating copy to clipboard operation
cliui copied to clipboard

Opinionated UI KIT for Command Line apps

Results 6 cliui issues
Sort by recently updated
recently updated
newest added

The feature is basically similar to a table without borders. I want to render something like this: ![image](https://github.com/poppinss/cliui/assets/10064416/10f638c4-5489-4c86-885c-6254a55db0de) At the moment i use [this lib](https://github.com/yargs/cliui?tab=readme-ov-file#example) to print it. I'm happy...

Type: Question

### 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...

Status: Abandoned

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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) 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; }`....