You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for running scripts by passing absolute file paths in the CLI
This does not have the restriction of scripts having to use the .luau or .lua extension, since it is presumed that if you pass an absolute path you know exactly what you are doing
Changed
Improved error messages for passing invalid file names / file paths substantially - they now include helpful formatting to make file names distinct from file extensions, and give suggestions on how to solve the problem
Improved general formatting of error messages, both in the CLI and for Luau scripts being run
Fixed
Fixed the CLI being a bit too picky about file names when trying to run files in lune or .lune directories
Fixed documentation misses from large changes made in version 0.5.0