Uses of Interface
org.jline.builtins.PosixCommandsRegistry.CommandFunction
Packages that use PosixCommandsRegistry.CommandFunction
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
-
Uses of PosixCommandsRegistry.CommandFunction in org.jline.builtins
Methods in org.jline.builtins with parameters of type PosixCommandsRegistry.CommandFunctionModifier and TypeMethodDescriptionvoidPosixCommandsRegistry.register(String name, PosixCommandsRegistry.CommandFunction command) Register a command with the registry.