Shell completion (at least for bash, which I know best) isn't handled by `raco` at all -- it's all done in bash. So I think you'd have to do some shell script hacking.
Sam On Thu, Sep 22, 2016 at 5:30 PM, Jack Firth <[email protected]> wrote: > If I have a `raco` command that I want to add command completion too, how can > I do that? > Ideally I'm looking for some way to tell raco to dispatch to a particular > function whenever > shell completion is requested for any uses of my raco command. If there is no > way to do this > right now, what would I need to build for it? > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

