-
Notifications
You must be signed in to change notification settings - Fork 0
Debug Console Commands (old versions)
Paul Bunyan edited this page Jun 14, 2014
·
1 revision
For the current documentation, see Debug Console Commands.
This page is a list of all of the valid debug console commands from previous versions of iash.
Displays a command not found message.
Clears things. By default, it clears the command buffer.
-
buf
orbuffer
: Clears the command buffer. -
screen
: Clears the screen.
Displays various variables within iash.
-
cmd
: The last entered command. -
ops
: All of the options passed by the last entered command. -
env
: All of the currently set environment variables.
Changes iash's internal configuration.
-
env (-r) [NAME] [VALUE]
: Changes environment variables.-
-r [NAME]
: Removes an environment variable- Note: Environment variables beginning with "IASH" cannot be removed.
-
[NAME] [VALUE]
: Changes an existing environment variable (if it exists) to contain VALUE or creates a new one with content VALUE
-
- appInPrompt <on/off>: Display the app in the command prompt or not. Defaults to on.
Provides control over the application running iash.
- (none): Displays the name of the application
-
name [NAME]
: Changes the name of the application to NAME -
quit
,exit
: Quits the program as if no errors occurred -
kill
,crash
: Quits the program as if errors occurred
iash wiki -- Go home
-
Current version
- API reference
- Runtime documentation
-
Older versions
- API reference
- Runtime documentation
- Posting to the Issue Tracker