table of contents
| CRYSTAL-RUN(1) | Crystal Compiler Command Line Reference Guide | CRYSTAL-RUN(1) |
NAME¶
crystal-run - Compile and run a Crystal program
SYNOPSIS¶
crystal run [options] [programfile] [--] [arguments]
DESCRIPTION¶
The default command. Compile and run program.
OPTIONS¶
Same as the build options.
| 2026-08-18 | crystal 1.21.0 |