We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c8006 commit e8b683aCopy full SHA for e8b683a
README.md
@@ -1,3 +1,16 @@
1
cli-command
2
===========
3
-README text here.
+
4
+To create an executable
5
+`$ raco exe -o hello hello.rkt`
6
7
+This will create an executabe `hello` or `hello.exe` depending on your platform.
8
9
+For help
10
11
+`$ ./hello -h` or `hello.exe -h`
12
13
14
+Creating executables: https://docs.racket-lang.org/raco/exe.html
15
16
+Command-line parsing: https://docs.racket-lang.org/reference/Command-Line_Parsing.html
0 commit comments