From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- docs/en/erlang.mk/1/guide/shell/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/en/erlang.mk/1/guide/shell') diff --git a/docs/en/erlang.mk/1/guide/shell/index.html b/docs/en/erlang.mk/1/guide/shell/index.html index 95cc3da1..1d87f835 100644 --- a/docs/en/erlang.mk/1/guide/shell/index.html +++ b/docs/en/erlang.mk/1/guide/shell/index.html @@ -7,7 +7,7 @@ - + Nine Nines: Erlang shell @@ -76,7 +76,7 @@ with all the paths set properly to experiment with your code.

that are only to be used when the make shell command is called. For example, if you want to use kjell as your shell:

-
@@ -88,7 +88,7 @@ To continue with our example, if you want to use kjell as your shell, you also need to change SHELL_ERL and point it to the kjell executable:

-
@@ -96,14 +96,14 @@ http://www.gnu.org/software/src-highlite -->

You can specify additional options to be used when starting the shell using the SHELL_OPTS variable:

-
SHELL_OPTS = -setcookie chocolate

Any of the usual erl options can be used, including -eval:

-
@@ -115,7 +115,7 @@ http://www.gnu.org/software/src-highlite -->

To start the shell, all you need is the following command:

-
@@ -136,8 +136,8 @@ command q()..