Interface Command


public interface Command
Since:
0.5.0
Author:
qilong.zql
  • Method Details

    • getCommandMarker

      String getCommandMarker()
      Get Command Prefix Marker.
      Returns:
    • getCommandHelp

      String getCommandHelp()
      Get Command Help message, usually command schema.
      Returns:
    • process

      String process() throws Throwable
      Process Command
      Returns:
      Throws:
      Throwable