diff --git a/src/main.rs b/src/main.rs index a6f5012..9990f39 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use argh::FromArgs; #[derive(FromArgs, Debug)] -/// Reach new heights. +/// Application configuration struct Config { /// whether to be verbose #[argh(switch, short = 'v')]