Class AliasCommands

java.lang.Object
org.jline.shell.impl.SimpleCommandGroup
org.jline.shell.impl.AliasCommands
All Implemented Interfaces:
CommandGroup

public class AliasCommands extends SimpleCommandGroup
Built-in alias commands: alias and unalias.

This command group is automatically added to DefaultCommandDispatcher when an AliasManager is configured.

  • alias — list all aliases
  • alias name=expansion — define an alias
  • alias name — show a single alias
  • unalias name — remove an alias
Since:
4.0