Update information

This commit is contained in:
1computer1 2019-03-15 01:08:41 -04:00
parent 70c859f774
commit 76bff8666f
2 changed files with 2 additions and 8 deletions

View file

@ -59,6 +59,7 @@ Options are optionally set in `options`, which is a semicolon-delimited list of
- `cpp` C++ (G++ 8.2.0) - `cpp` C++ (G++ 8.2.0)
- `cs` C# (Mono 5.18.0) - `cs` C# (Mono 5.18.0)
- `e` evaluates a single expression instead of a module - `e` evaluates a single expression instead of a module
- `elixir` Elixir (Elixir 1.8.1)
- `fs` F# (FSharp 4.5) - `fs` F# (FSharp 4.5)
- `go` Go (Go 1.12) - `go` Go (Go 1.12)
- `hs` Haskell (GHC 8.6.3) - `hs` Haskell (GHC 8.6.3)

View file

@ -27,15 +27,8 @@ class HelpCommand extends Command {
'new Foo().bar;', 'new Foo().bar;',
'`\u200B``', '`\u200B``',
'```', '```',
'**Supported languages:**',
'- JavaScript',
'- Python',
'- Haskell',
'- Pascal',
'- Go',
'- F#',
'', '',
'Read the readme for more information: <https://github.com/1Computer1/comp_iler>' 'Read the readme for supported languages and options: <https://github.com/1Computer1/comp_iler>'
]); ]);
} }
} }