Skip to Content
Skip to Content
CommandsIntroduction

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!')"
  • -V, --version - Display runtime version information. (an alias to zune 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
  • -h, --help - Display help information.
Last updated on