plugin-autocomplete icon indicating copy to clipboard operation
plugin-autocomplete copied to clipboard

autocomplete plugin for oclif

Results 17 plugin-autocomplete issues
Sort by recently updated
recently updated
newest added

Bumps [oclif](https://github.com/oclif/oclif) from 4.14.12 to 4.14.15. Release notes Sourced from oclif's releases. 4.14.15 Bug Fixes deps: bump semver from 7.6.2 to 7.6.3 (6c63e16) 4.14.14 Bug Fixes deps: bump @​oclif/plugin-help from...

dependencies

Bumps [@oclif/test](https://github.com/oclif/test) from 4.0.7 to 4.0.8. Release notes Sourced from @​oclif/test's releases. 4.0.8 Bug Fixes deps: bump ansis from 3.3.1 to 3.3.2 (c839b7a) Changelog Sourced from @​oclif/test's changelog. 4.0.8 (2024-08-04)...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3. Release notes Sourced from mocha's releases. v10.7.3 10.7.3 (2024-08-09) 🩹 Fixes make release-please build work (#5194) (afd66ef) v10.7.2 10.7.2 (2024-08-06) 📚 Documentation improve filtering...

dependencies

I tried to modify https://github.com/oclif/plugin-test-esbuild to use https://github.com/oclif/plugin-autocomplete to be able to generate completion for bundled scripts. The example already uses https://github.com/oclif/plugin-plugins in the following way (https://github.com/oclif/plugin-test-esbuild/blob/main/src/index.ts#L13-L15): ```ts import *...

help wanted

[skip-validate-pr] requires: https://github.com/oclif/core/pull/1481 built into flags: https://github.com/salesforcecli/sf-plugins-core/pull/689 https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1461 https://github.com/user-attachments/assets/3ec68cae-bc31-4d0c-8b8b-8628abe7fa21

ref: https://github.com/oclif/plugin-autocomplete/issues/319 rewrite of the bash completion to fix: 1. script only completing 1st flag of a command 2. complete known flag values this was just for fun while playing...

**Is your feature request related to a problem? Please describe.** Hi, I'm a contributor of the [nushell](https://www.nushell.sh/) project, and I think it would be really nice if oclif was able...

waiting for interest