VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.commands
/
HelpCommand
Help
Command
class
HelpCommand
(
commandProvider
:
CommandProvider
)
Members
Constructors
Help
Command
Link copied to clipboard
constructor
(
commandProvider
:
CommandProvider
)
Functions
command
Info
Parser
Link copied to clipboard
fun
commandInfoParser
(
input
:
CommandInput
)
:
CommandInfo
send
General
Help
Link copied to clipboard
fun
sendGeneralHelp
(
source
:
CommandSource
)
send
Specific
Help
Link copied to clipboard
fun
sendSpecificHelp
(
source
:
CommandSource
,
command
:
CommandInfo
?
)
suggest
Commands
Link copied to clipboard
fun
suggestCommands
(
)
:
Stream
<
String
>