Uses of Interface
org.jline.builtins.PosixCommandsRegistry.CommandFunction
-
-
Uses of PosixCommandsRegistry.CommandFunction in org.jline.builtins
Methods in org.jline.builtins with parameters of type PosixCommandsRegistry.CommandFunction Modifier and Type Method Description voidPosixCommandsRegistry. register(java.lang.String name, PosixCommandsRegistry.CommandFunction command)Register a command with the registry.
-