-
Notifications
You must be signed in to change notification settings - Fork 1
Debug Console Commands
Paul Bunyan edited this page Jun 14, 2014
·
2 revisions
For previous versions, see Debug Console Commands (old versions).
This is a list of all of the debug console commands.
Version: v0.2 "Firmament"
Provides control over the application running iash.
app [ARGUMENT]
-
quit,exit: Exits the program cleanly. -
kill,crash: Exits the program as if it crashed.
Displays a command not found message.
Clears things. By default, it clears theQuits the program as if an error occurred command buffer.
clear (ARGUMENT)
-
buforbuffer: Clears the command buffer. -
screen: Clears the screen.
Displays various variables within iash.
disp [ARGUMENT]
-
cmd: The last entered command. -
ops: All of the options passed by the last entered command. -
name: The name of the application. -
appInPrompt: Whether the app name is currently being used in the command prompt.
Manages environment variables. When given no arguments, it lists the environment.
env <COMMAND> (-rd) (NAME) (VALUE)
-
save (FILE): Saves the environment to file. If no file is given, it saves to$IASH_CONFIG_PATH/iashenv. -
load (FILE): Loads the environment from file. If no file is given, is loads from$IASH_CONFIG_PATH/iashenv.
-
(NAME) (VALUE): If VALUE is not given, it displays the variable NAME. If VALUE is given, it sets NAME to VALUE.
-
-r [NAME1] (NAME2)...: Removes all given environment variables, if they exist. Variables with theIASH_prefix will not be removed. -
-d [NAME1] (NAME2)...: Displays all given environment variables, if they exist.
Changes iash's internal configuration.
set COMMAND ARGUMENTS
-
name [NAME]: Renames the application to NAME. -
appInPrompt <on/off>: Display the app in the command prompt or not. Defaults to on.
iash wiki -- Go home
-
Current version
- API reference
- Runtime documentation
-
Older versions
- API reference
- Runtime documentation
- Posting to the Issue Tracker