refactor: minor changes

This commit is contained in:
2025-03-12 22:02:58 -04:00
parent 7b76108b41
commit ac5533834d
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ use std::path::PathBuf;
#[derive(Parser)]
#[command(version = build_info::version_formatted())]
pub struct Arguments {
/// Path to Lua entrypoint
/// Path to Lua entry point
#[arg(short, long)]
pub script: Option<PathBuf>,