Application
The executable binary file itself.
Usage
zune [command|flags] [...args]
Flags
-e
,--eval
- Evaluate the given string.- Example usage:
zune -e "print('Hello, World!')"
- Example usage:
-V
,--version
- Display runtime version information. (an alias tozune info
command)- Example output:
version: 0.5.0 luau: 0.693 async: io_uring platform: x86_64-linux-gnu threaded: true (2 threads) build: ReleaseFast
- Example output:
-h
,--help
- Display help information.
Last updated on