Support a public interface to make your own completion code #644
Labels
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-hard
Call for participation: Experience needed to fix: Hard / a lot
My use case here is I'm making a debugger for an emulator, and I use clap as my command handler and linefeed as my readliner. Linefeed has a way to do tab completion in it, so it would be nice if I could get at all the subcommand/options/whatever from clap.
The text was updated successfully, but these errors were encountered: