Skip to content

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.

v0.1 "Dawn"

cnf

Displays a command not found message.

clear

Clears things. By default, it clears the command buffer.

Arguments

  • buf or buffer: Clears the command buffer.
  • screen: Clears the screen.

disp

Displays various variables within iash.

Arguments

  • cmd: The last entered command.
  • ops: All of the options passed by the last entered command.
  • env: All of the currently set environment variables.

set

Changes iash's internal configuration.

Arguments

  • 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.

app

Provides control over the application running iash.

Arguments

  • (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