Open V1RE opened 1 year ago
I'd like this as well. I wonder how well the parser can accommodate this. Can the parser be run and tell you where it had to stop so you know what it's expecting next? Then completions can come from there.
I'd be really excited to see shell completions in cmd-ts
.
I use fish
, many people use zsh
, and bash
is still common, clap
makes it trivial to support them all (and more) and this is one of the main things I sorely miss in TypeScript programs. Would be a game-changer to have them.
Was wondering if anyone created some sort of shell completion generator which works with cmd-ts