autocomplete
autocomplete copied to clipboard
feat: add svn completion spec
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature
What is the current behavior? (You can also link to an open issue here) Currently not available
What is the new behavior (if this is a feature change)? Partial support for SVN auto-completion
Additional info: Added support for a few subcommands. But I'll continue improving the spec by adding more properties to the spec
Overview
src/svn.ts:
Info:
src/date.ts:
Info:
Hello @sh-sabbir, 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.