1
0
Fork 0
forked from fun/fun

Holiday is over, now I have fun again. No code changes. (0.38.11)

This commit is contained in:
Johannes Findeisen 2026-02-18 18:11:21 +01:00
commit 15082bdc3e
9 changed files with 78 additions and 78 deletions

View file

@ -7,24 +7,24 @@ Reference for the `fun` command-line interface.
fun [options] <script.fun> [-- args...]
```
If no script is supplied and interactive mode is available, `fun` starts a REPL (see `docs/repl.md`).
If no script is supplied and interactive mode is available, `fun` starts a REPL (see [repl.md](./repl.md)).
## Common options
- `-i`, `--repl` start an interactive REPL
- `-v`, `--version` print version and exit
- `-h`, `--help` show help and exit
- `-i`, `--repl` - start an interactive REPL
- `-v`, `--version` - print version and exit
- `-h`, `--help` - show help and exit
Options may vary between versions; run `fun --help` to see what your build supports.
## Exit codes
- `0` success
- non-zero error during parse, compile, or runtime
- `0` - success
- non-zero - error during parse, compile, or runtime
## Includes and library paths
- `FUN_LIB_DIR` environment variable that points to the stdlib location; when running from the repo, set this to `./lib`.
- `DEFAULT_LIB_DIR` compiled-in fallback path determined at build/install time.
- `FUN_LIB_DIR` - environment variable that points to the stdlib location; when running from the repo, set this to `./lib`.
- `DEFAULT_LIB_DIR` - compiled-in fallback path determined at build/install time.
See also: `docs/includes.md` for namespaced includes and search order.
See also: [includes.md](./includes.md) for namespaced includes and search order.
## Examples
Run a script: