diff --git a/src/main.rs b/src/main.rs index 36b4607..7e62c61 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ use std::{ }; #[derive(FromArgs)] -/// Maybe +/// A tool to facilitate these projects struct Args { /// command #[argh(option, default = "String::from(\"dev\")", short = 'c')]