Skip to content

Fixed Help command being ignored#6326

Open
ArbaazKhan1 wants to merge 1 commit intoapache:mainfrom
ArbaazKhan1:accumulo-6085
Open

Fixed Help command being ignored#6326
ArbaazKhan1 wants to merge 1 commit intoapache:mainfrom
ArbaazKhan1:accumulo-6085

Conversation

@ArbaazKhan1
Copy link
Copy Markdown
Contributor

Closes issue #6085

When running --help command the launcher would fail due to main only searching Client groups when args[0] was not recognized and would fall through to execMainClassName treating the keyword as a class name.

Fixed by now searching for all non-Client groups by keyword before falling back to execMainClassName, so that legacy style invocations correctly route to BaseKeywordExecutable where --help is handled.

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.

accumulo command --help option not consistent

1 participant