Make --target optional

This commit is contained in:
Malo 2025-06-26 20:04:46 +01:00
parent fee95dd0b0
commit 54809020bf

View File

@ -152,7 +152,7 @@ pub struct QueryCommand {
pub pretty: bool, pub pretty: bool,
/// The target to compile for. /// The target to compile for.
#[clap(long)] #[clap(long, default_value_t)]
pub target: Target, pub target: Target,
/// World arguments. /// World arguments.