-
Notifications
You must be signed in to change notification settings - Fork 0
Standard Environment Variables (old versions)
This page contains all of the standard environment variables that existed in previous versions of iash. If you want the current documentation, go to Standard Environment Variables.
Standard environment variables are available on any program running iash. iash uses these to perform internal operations, and cannot be removed. They always have the IASH_
prefix.
Standard environment variables are liable to change between versions. A list of the status of all environment variables that have been removed or are being phased out is given here.
If your program relies on any of these variables, take note that it may not function as expected in later releases.
These environment variables have not yet been removed and are still present in the current release, but will be removed in a later version because they have no use anymore.
-
IASH_SYNC_ENV
(boolean): Phasing out because its original intention, to change the command prompt when the debugger is running, has now been replaced by$IASH_DEBUG_ACTIVE
as of version 0.2 "Firmament".
-
IASH_APP_NAME
(string, defaults to"iash"
): The name of the application. -
IASH_APP_NAME_IN_PROMPT
(boolean, defaults totrue
): Whether or not to display the application name in command prompts. -
IASH_SYNC_ENV
(boolean, defaults totrue
): This determines whether iash will sync its internal variables with their corresponding environment variables. This is false while iash is running the debug console.
iash wiki -- Go home
-
Current version
- API reference
- Runtime documentation
-
Older versions
- API reference
- Runtime documentation
- Posting to the Issue Tracker