mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
fix: add rustdoc comments for build arg
This commit is contained in:
parent
a5d118db4b
commit
5f68fee1a9
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub struct Cli {
|
|||
/// Generate a Lune documentation file for Luau LSP
|
||||
#[clap(long, hide = true)]
|
||||
generate_docs_file: bool,
|
||||
/// Build a Luau file to an OS-Native standalone executable
|
||||
#[clap(long, hide = true)]
|
||||
build: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue