From ad07f42c5c6e15b6166cefad89516601cd4bd0bd Mon Sep 17 00:00:00 2001 From: Tom Byrer Date: Sat, 7 Mar 2020 08:33:03 -0600 Subject: [PATCH] update interactive shell in basics.md I guess docs had older version? --- docs/basics.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index dcc6be5cd..d3cb25dca 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -431,10 +431,11 @@ This launches the interactive console where you can call any action from the `I` ``` Interactive shell started Press ENTER to resume test - - Use JavaScript syntax to try steps in action + Use JavaScript syntax to try steps in action + - Press ENTER to run the next step - Press TAB twice to see all available commands - - Enter next to run the next step - + - Type exit + Enter to exit the interactive shell + - Prefix => to run js commands I. ```