1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-13 15:00:53 +01:00

fix: add rustdoc comments for build arg

This commit is contained in:
Erica Marigold 2024-01-04 18:29:57 +05:30
parent a5d118db4b
commit 5f68fee1a9
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -47,6 +47,7 @@ pub struct Cli {
/// Generate a Lune documentation file for Luau LSP /// Generate a Lune documentation file for Luau LSP
#[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
#[clap(long, hide = true)] #[clap(long, hide = true)]
build: bool, build: bool,
} }