autocomplete
autocomplete copied to clipboard
fix(dig): correct subcommands
trafficstars
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Buf fix
What is the current behavior? (You can also link to an open issue here) #1240
What is the new behavior (if this is a feature change)?
Additional info:
https://user-images.githubusercontent.com/1081448/172023284-598a85a7-4190-4a4f-bd37-9b18a9013e6f.mov
Overview
src/dig.ts:
Info:
Hello @jordi-adame, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:
- [ ] Do all subcommands / options which take arguments include the
argsproperty (args: {})? - [ ] Are all options modular? E.g.
-a-u-xinstead of-aux - [ ] Have all other checks passed?
Please add a 👍 as a reaction to this comment to show that you read this.