From 2719608f3db40064a6275a49bd37b0cdc7bccd8f Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 24 Apr 2019 18:36:05 +0000 Subject: [PATCH] readme: remove old references to -c FossilOrigin-Name: 412a747ce9147eac165cffbce71e8d7b41272e693ce6d81e0d34c7132063425d --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index bb59348..8ee1561 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,6 @@ arguments: Starts the *listener*, a basic REPL for interactive use. - retro -c - -Starts the *listener*, a basic REPL for interactive use. With -`-c`, it runs in character breaking mode, where input is run -as soon as a space or enter is encountered. This requires RETRO -to have been built with TERMIOS support. - retro filename This will run the code in the specified file, then exit. This @@ -69,11 +62,6 @@ header line like `#!/usr/bin/env retro`. This will run the code in the specified file, then start the listener. - retro -c -f filename - -This will run the code in the specified file, then start the -listener in character breaking mode. - retro -h Displays a summary of the command line arguments.