From 97a466148c0b4e32c73c64597f2e1dc20e1665d5 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 15 Nov 2019 16:56:16 +0100 Subject: [PATCH] Add steps --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4469082..f760394 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Available commands: The help for this command: ``` -$ duet run --help Usage: duet run FILEPATH [--main NAME] [--concise] [-n|--steps steps] Run the given program source @@ -35,7 +34,7 @@ Available options: FILEPATH The .hs file to interpret --main NAME The main value to run --concise Concise view - -n,--steps steps steps + -n,--steps steps Maximum number of steps to run (default: 100) ``` Running code in Duet literally performs one substitution step at