mirror of
https://github.com/lune-org/lune.git
synced 2025-04-08 04:20:54 +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)]
|
#[clap(long, hide = true)]
|
||||||
generate_docs_file: bool,
|
generate_docs_file: bool,
|
||||||
/// Build a Luau file to an OS-Native standalone executable
|
/// Build a Luau file to an OS-Native standalone executable
|
||||||
#[clap(long, hide = true)]
|
#[clap(long)]
|
||||||
build: bool,
|
build: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue