core : add :Llama subcommand interface#110
Conversation
This commit add a suggestion to introduce a Llama subcommand interface This is very much a personal preference and is similar to how the Copilot plugin works. Example usage: ```console :Llama <tab> ``` It is possible to start typing and get completions for the subcommands that begin with the typed prefix.
To clarify the intent that the usage of subcommands is intented to replace the existing multiple top level commands this commit removes the top level ones.
The idea here is to replace those "top-level" commands with a single |
|
Thanks for explaining! That does make sense. TBH I don't really have a preference either way, now that I understand. Is the advantage that perhaps this is more scalable in the future, if there are lots more commands? E.g., right now I can do "Ll[tab]" and cycle through all commands easily, but if there were 15 commands that would be pretty annoying and I might want to narrow down the specific command without typing "LlamaDi[tab]". |

This commit add a suggestion to introduce a Llama subcommand interface.
This is very much a personal preference and is similar to how the Copilot plugin works.
Example usage:
:Llama <tab>It is possible to start typing and get completions for the subcommands that begin with the typed prefix.