fix: make build option visible to user

This commit is contained in:
Erica Marigold 2024-01-04 21:22:24 +05:30
parent 6f4b2f4c31
commit 94b27d81d1
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -48,7 +48,7 @@ pub struct Cli {
#[clap(long, hide = true)]
generate_docs_file: bool,
/// Build a Luau file to an OS-Native standalone executable
#[clap(long, hide = true)]
#[clap(long)]
build: bool,
}