mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
c40dc2f4fb
Extensions can now provide a Complete function on CommandDef that supplies argument suggestions. When the user types a command name followed by a space, the input popup switches to argument-completion mode, calling Complete with the partial text and displaying matching suggestions.