📄️ Introduction
The command api is cross-platform annotation based api that allows you to create commands.
📄️ Sub paths
This page covers the @CommandSubPath annotation.
📄️ Argument suggestion
With SuggestionsProvider you can suggest a list of arguments for a command.
📄️ Custom SuggestionProvider
If you want to create your own suggestion provider, you can do so by implementing the CommandSuggestionProvider interface.
📄️ Custom TypeParser
If you want to create your own TypeParser, you can do so by implementing the IStringTypeParser interface.