public class JLineShell.BuiltIns extends Object
| Constructor and Description |
|---|
BuiltIns() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit() |
void |
history() |
void |
set(JLineShell.SetCommands what,
String value) |
void |
stacktrace() |
@Command(description="Exit from the shell", level=0) public void exit()
@Command(description="Show command history", level=0) public void history()
@Command(description="Show the full stacktrace of the most recent error", alias="st", level=0) public void stacktrace()
@Command(description="Set shell properties", level=0) public void set(@Argument(name="item") JLineShell.SetCommands what, @Argument(name="value",defaultValue="") String value)
Copyright © 2023 LSST. All rights reserved.