cli-ux icon indicating copy to clipboard operation
cli-ux copied to clipboard

CLI IO utilities

Results 42 cli-ux issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7. Commits 2ede36d Release version 1.14.7 of the npm package. 8b347cb Drop Cookie header across domains. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.6&new-version=1.14.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.177 to 4.14.178. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.14.177&new-version=4.14.178)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently, `@oclif/core` depends on `cli-ux` which depends on `@oclif/core`, and which depends on `cli-ux`, and so on. This cycle can cause (and actually causes) multiple versions of `@oclif/core` and `cli-ux`...

``` const data = [ { a: 'a', b: [ 'b1', 'b2' ] } ] console.log(JSON.stringify(data, null, 2)) cli.table( data, ['a', 'b'], {output: 'json'} ); ``` Output: ``` [ {...

related to https://github.com/oclif/cli-ux/blob/4e5c19b3fd13493e09379d9e7da54b4bc7e4a2d3/src/styled/table.ts#L320 after reading https://github.com/oclif/cli-ux/blob/fd0ca55f2ae7096ea273592be35e071ee4ddcb0d/src/styled/table.ts#L64-L77 I was able to deduce the `!=` doesn't exist in the query language and a prepended `-` will do the trick this could have...

I'm currently using these types `import { TableColumn, TableOptions } from 'cli-ux/lib/styled/table';` from `v4.93` but I want to use a newer version and I see these types are no longer...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 At the moment, cli.progress() takes an option argument of any and returns any. This makes it difficult to validate...

cla:signed

Let's say I want to show a greyed-out value next to the colon (in parenthesis) when prompting. Like how Node does it when you run npm init and it asks...

When using the backspace key on Windows (Cmder, cmd.exe) for a prompt with `type: 'hide'` you add an additional character instead of deleting one of the masking `*`.

I tried this plugin for our project but when i run on my Macbook i don't see the spinner. For example the following command runs without the spinner image. What...