command icon indicating copy to clipboard operation
command copied to clipboard

oclif base command

Results 17 command issues
Sort by recently updated
recently updated
newest added

Bumps [@oclif/help](https://github.com/oclif/help) from 1.0.1 to 1.0.3. Release notes Sourced from @​oclif/help's releases. 1.0.3 Bug Fixes deps: bump @​oclif/config from 1.18.3 to 1.18.5 (3bc6d6d) 1.0.2 Bug Fixes deps: bump @​oclif/errors from...

dependencies

Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.2 to 1.18.5. Release notes Sourced from @​oclif/config's releases. 1.18.5 Bug Fixes deps: bump @​oclif/parser from 3.8.7 to 3.8.8 (b03591e) 1.18.4 Bug Fixes deps: bump @​oclif/errors from...

dependencies

@peternhale node engine change: https://github.com/oclif/command/commit/2eb900247cd026a5fc240bf0855f420ed48c775f#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L37 This should be a major version because it breaks existing systems using older node versions, e.g. our CI/CD failed when installing packages because the node...

Hi Team, The installation of the latest version of the library seems to be causing memory leak issues. Everything was working fine until a few hours ago. It seems to...

My team has a use case where we are attempting to bundle our Oclif command. This provides us some benefits: - If there are fewer files that we need to...

cla:signed

Added decorators for key parameters of the Command class. This improves auto-completion, and also guarantees correct type checking when compiling TS.

cla:signed

This PR adds support for space-separated subcommands at the @oclif/command level. The support also needs to be added in @oclif/config or possibly via plugin, I'm not sure yet – I'll...

cla:signed

NPM audit report of this project has 5 moderate severity vulnerabilities.

When extending the `BaseCommand` and setting `strict = false` the CLI is not recognizing `-h` the same way it recognizes the `--help` flag. Issues seems to be in the method...

Is it possible to hydrate a list of options in the flags from an async function? A good use case would be to dynamically detect the input options for an...

enhancement