Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-5803 Added local commands option to generate-bash-autocomplete P6 #5624

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

kalinchan
Copy link
Member

Description

Added option to generate-bash-autocomplete command to include local commands
This option is disabled by default

Important Info

Blockers

N/A

Testing

New tests

N/A

Testing Performed

Built Payara, Started server and executed command with localCommands option set to true

Testing Environment

Apache Maven 3.6.3
Ubuntu 20.04
openjdk version "11.0.11" 2021-04-20 LTS

Documentation

payara/Payara-Community-Documentation#293

Notes for Reviewers

I got inspiration from

cliContainer = new CLIContainer(ecl, extensions, logger);
in order to get the Local Commands. I was unable to Inject the CLIContainer to use the CLIUtil.getLocalCommands Method.

@kalinchan kalinchan merged commit 88c1f39 into payara:Payara6 Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants