mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2024-11-14 13:13:32 +00:00
Changed phrasing to match latest changes.
This commit is contained in:
parent
169e387a5a
commit
9bb7ebb770
@ -27,9 +27,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
* You are allowed to have as many methods as you want which are annotated with the {@link Subcommand} annotation. These
|
* You are allowed to have as many methods as you want which are annotated with the {@link Subcommand} annotation. These
|
||||||
* methods will be called when the command is executed with the specified subcommand.
|
* methods will be called when the command is executed with the specified subcommand.
|
||||||
* <br>
|
* <br>
|
||||||
* You are also allowed to use multiple {@link Completion} annotations per method to define multiple tab completions for
|
* You are also allowed to use multiple {@link Completion} annotations per class to define the tab completions for each method.
|
||||||
* a single subcommand. This would be useful in the case where you would like to include specific completion cases, but
|
|
||||||
* also support basic String completion cases.
|
|
||||||
* <br>
|
* <br>
|
||||||
* When creating {@link Completion} annotations, you only need to register arguments a single time per class. For more
|
* When creating {@link Completion} annotations, you only need to register arguments a single time per class. For more
|
||||||
* information, see {@link Subcommand}.
|
* information, see {@link Subcommand}.
|
||||||
|
Loading…
Reference in New Issue
Block a user