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

feat: support subcommand autocomplete #963

Merged
merged 2 commits into from
Oct 21, 2023

Conversation

erics118
Copy link
Contributor

Before, subcommand autocomplete wasn't parsed properly. Now, it has been fixed.
Notably, it requires a recursive lambda.

I tested this, and it works for subcommands. Not sure if it works for subcommand groups w/ subcommands.

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@netlify
Copy link

netlify bot commented Oct 20, 2023

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 3472e00
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/653328e536fe1a0008a2411b
😎 Deploy Preview https://deploy-preview-963--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the code Improvements or additions to code. label Oct 20, 2023
@Jaskowicz1 Jaskowicz1 added the bug Something isn't working label Oct 21, 2023
@braindigitalis braindigitalis merged commit cad6668 into brainboxdotcc:dev Oct 21, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Improvements or additions to code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants