crystal: add French translation, update page (#10821)
* crystal: add French translation, update page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -11,6 +11,18 @@
|
||||
|
||||
`crystal build {{path/to/file.cr}}`
|
||||
|
||||
- Read Crystal source code from the command line or `stdin`, and execute it:
|
||||
|
||||
`crystal eval '{{code}}'`
|
||||
|
||||
- Generate API documentation from inline docstrings in Crystal files:
|
||||
|
||||
`crystal docs`
|
||||
|
||||
- Compile and run a Crystal specification suite:
|
||||
|
||||
`crystal spec`
|
||||
|
||||
- Start a local interactive server for testing the language:
|
||||
|
||||
`crystal play`
|
||||
|
Reference in New Issue
Block a user