diff --git a/src/main.rs b/src/main.rs index 051c8df..02169a3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,12 +25,12 @@ struct Args { #[arg(short, long)] command: Option, - /// Location of the file to run. - #[arg(short, long)] - path: Option, - + // Whether to launch the dedicated GUI window. #[arg(short, long)] gui: bool, + + /// Location of the file to run. + path: Option, } fn main() {