Container

class Container

コマンド補完クラスを格納するクラス。

Since

1.2.0

Constructors

Container
Link copied to clipboard
fun Container()

Functions

add
Link copied to clipboard
fun add(commandTab: CommandTab)
コマンド補完クラスを追加する。

Extensions

argument
Link copied to clipboard
fun CommandTab.Container.argument(vararg require: String, action: CommandTabCompleteAction)
入力済みの引数のみで補完内容を決める。