public class JLineShell.BuiltIns extends Object
| Constructor and Description |
|---|
JLineShell.BuiltIns() |
@Command(description="Exit from the shell") public void exit()
@Command(description="Show command history") public void history()
@Command(description="Show the full stacktrace of the most recent error", alias="st") public void stacktrace()
@Command(description="Modify various settings") public void set(@Argument(name="item") JLineShell.SetCommands what, @Argument(name="value") String value)
Copyright © 2014 LSST. All Rights Reserved.