mirror of
https://github.com/lune-org/lune.git
synced 2025-04-07 20:10:55 +01:00
fix: make build option visible to user
This commit is contained in:
parent
6f4b2f4c31
commit
94b27d81d1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue