flynt-cli
flynt-cli copied to clipboard
Tab command completion
Would be cool if I could just tab complete flynt commands. Maybe using either one of the following packages for this feature:
- https://github.com/0x00A/complete
- https://github.com/mklabs/node-tabtab
it is possible with yargs to generate a bash code completion script that you would have to manually paste into you .profile.
we can do that, but not right now.