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

Fix module list generation for autocomplete #424

Merged
merged 3 commits into from
May 24, 2024

Conversation

h00die
Copy link
Contributor

@h00die h00die commented May 23, 2024

Fixes #423

Fixes a bug which prevented the autocomplete feature from knowing about modules.

When generating the list of modules, an incorrect if statement was making no modules appear. This corrects that logic, and the list now generates.
After the fix, typing run command now correctly generates a list of possible module candidates.
image

Fixes a bug which prevented the autocomplete feature from knowing about modules
@DaveYesland DaveYesland merged commit 017df0b into RhinoSecurityLabs:master May 24, 2024
3 checks passed
@h00die h00die deleted the autocomplete branch May 24, 2024 16:13
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.

Autocomplete for modules seems broken
2 participants