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

Hello, this is a PR to add autocomplete for orgs, suggested autocompletion options are based on locally authenticated orgs when the flag -o or --target-org is used I opened an...

My branch comprises of changes from a recently closed PR. I have made the required changes to fix the unit tests and added in a missing one.

As a Salesforce user on multiple orgs, with multiple Sandboxes, the target org aliases and usernames are case-sensitive, and when the CLI is authenticated locally in multiple orgs, it become...

enhancement

The autocomplete supports only one flag. It should also support autocompletion for rest of the flags. ``` one: Flags.string({ description: 'The first flag', }), two: Flags.string({ description: 'The second flag',...

bug

``` toggle: Flags.boolean({ description: 'Enable / Disable the feature', allowNo: true, }), ``` For the above declaration `no-toggle` flag should be present in the autocomplete list, but it is not...

enhancement

Change the behaviour of coTopic completion to complete commands and flags

plugin-autocomplete uses oclif v2, but doesn't have support for the [new topic separator](https://github.com/oclif/core/blob/main/MIGRATION.md#configure-the-topicseparator).

Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.2.0 to 5.2.1. Release notes Sourced from eslint-config-oclif's releases. 5.2.1 Bug Fixes deps: bump eslint-plugin-mocha from 10.4.3 to 10.5.0 (d600457) Changelog Sourced from eslint-config-oclif's changelog. 5.2.1 (2024-08-04)...

dependencies

Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.6 to 6.2.8. Release notes Sourced from @​oclif/plugin-help's releases. 6.2.8 Bug Fixes deps: bump @​oclif/core from 4.0.12 to 4.0.17 (#769) (81a2874) 6.2.7 Bug Fixes husky 9.1.1 fix...

dependencies