Class InteractiveCommandGroup

java.lang.Object
org.jline.builtins.InteractiveCommandGroup
All Implemented Interfaces:
CommandGroup

public class InteractiveCommandGroup extends Object implements CommandGroup
A CommandGroup that wraps interactive builtins (nano, less, tmux, ttop) as shell Commands.

These commands require a terminal and are typically used in interactive sessions.

Example:

 dispatcher.addGroup(new InteractiveCommandGroup());
 dispatcher.execute("nano file.txt");
 
Since:
4.0