mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +03:00
doc: add compressed example, and cli doc
This commit is contained in:
parent
1da96d7704
commit
4bf6169781
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# Cli
|
||||
|
||||
`on file.onla` to run file.onla
|
||||
`on file.onla --compress -o compressed.conla` to compress file.onla to messagePack format
|
||||
`on file.onla --convert json -o file.json` to compress file.onla to json (supported formats: json, json5, yaml)
|
||||
|
||||
# How to
|
||||
|
||||
`All posibilities in example.json5`
|
||||
|
|
1
examples/hello_world.conla
Normal file
1
examples/hello_world.conla
Normal file
|
@ -0,0 +1 @@
|
|||
‘¬Hello world!
|
Loading…
Reference in a new issue