autocomplete
autocomplete copied to clipboard
feat: add `yalc` 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) n/a
What is the new behavior (if this is a feature change)? Adds a new spec for yalc.
Additional info: Been using (and loving) fig for a long time now -- figured I'd add a spec for a cli I've been using frequently.
Overview
src/yalc.ts:
Info:
Single Scripts:
command find ~/.yalc/packages -maxdepth 4 -iname 'package.json'command ls .yalc
Hello @jakeols, 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.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA