From 76bff8666fb7fbbb792a337ed250fbebc0f42310 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Fri, 15 Mar 2019 01:08:41 -0400 Subject: [PATCH] Update information --- README.md | 1 + src/commands/help.js | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b27507..01bc100 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Options are optionally set in `options`, which is a semicolon-delimited list of - `cpp` C++ (G++ 8.2.0) - `cs` C# (Mono 5.18.0) - `e` evaluates a single expression instead of a module +- `elixir` Elixir (Elixir 1.8.1) - `fs` F# (FSharp 4.5) - `go` Go (Go 1.12) - `hs` Haskell (GHC 8.6.3) diff --git a/src/commands/help.js b/src/commands/help.js index 5f37415..1ca2688 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -27,15 +27,8 @@ class HelpCommand extends Command { 'new Foo().bar;', '`\u200B``', '```', - '**Supported languages:**', - '- JavaScript', - '- Python', - '- Haskell', - '- Pascal', - '- Go', - '- F#', '', - 'Read the readme for more information: ' + 'Read the readme for supported languages and options: ' ]); } }