![]() |
![]()
| ![]() |
![]()
NAMESTDLIB - The STDLIB application. DESCRIPTIONThe STDLIB application is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application contains no services. CONFIGURATIONThe following configuration parameters are defined for the STDLIB application. For more information about configuration parameters, see the app(4) module in Kernel.
Can be used to set a customized Erlang shell prompt function.
$ erl -stdlib shell_session_slogan '"Test slogan"' Erlang/OTP 26 [DEVELOPMENT] [erts-13.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] Test slogan 1>
$ erl -stdlib shell_slogan '"Test slogan"' Test slogan Eshell V13.0.2 (abort with ^G) 1> The default is the return value of erlang:system_info(system_version).
SEE ALSOapp(4), application(3), shell(3)
|