Update information
This commit is contained in:
parent
19038ceca8
commit
1cc481c7af
2 changed files with 10 additions and 1 deletions
|
@ -63,6 +63,7 @@ One of the following languages is set in `lang`.
|
||||||
- `py` Python (CPython 3.6.8)
|
- `py` Python (CPython 3.6.8)
|
||||||
- `hs` Haskell (GHC 8.4.3)
|
- `hs` Haskell (GHC 8.4.3)
|
||||||
- `pas` Pascal (FPC 3.0.4)
|
- `pas` Pascal (FPC 3.0.4)
|
||||||
|
- `go` Go (Go 1.12)
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
@ -80,6 +81,10 @@ For Haskell:
|
||||||
For Pascal:
|
For Pascal:
|
||||||
- None
|
- None
|
||||||
|
|
||||||
|
For Go:
|
||||||
|
- None
|
||||||
|
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
Apart from the standard libraries, some other libraries come pre-installed.
|
Apart from the standard libraries, some other libraries come pre-installed.
|
||||||
|
@ -107,3 +112,6 @@ For Haskell:
|
||||||
|
|
||||||
For Pascal:
|
For Pascal:
|
||||||
- None
|
- None
|
||||||
|
|
||||||
|
For Go:
|
||||||
|
- None
|
||||||
|
|
|
@ -31,6 +31,7 @@ class HelpCommand extends Command {
|
||||||
'- JavaScript',
|
'- JavaScript',
|
||||||
'- Python',
|
'- Python',
|
||||||
'- Haskell',
|
'- Haskell',
|
||||||
|
'- Pascal',
|
||||||
'- Go',
|
'- Go',
|
||||||
'',
|
'',
|
||||||
'Read the readme for more information: <https://github.com/1Computer1/comp_iler>'
|
'Read the readme for more information: <https://github.com/1Computer1/comp_iler>'
|
||||||
|
|
Loading…
Reference in a new issue