commit f7a21a38d634f9122a268c08bbbdb83f0e72560d
parent 1142527b4ea09eccae0ff74c897c5ec96439a143
Author: egor-achkasov <eaachkasov@gmail.com>
Date: Thu, 12 Mar 2026 22:12:27 +0000
Remove todo from parse_args
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/cli/main.rs b/src/bin/cli/main.rs
@@ -13,11 +13,11 @@ struct Args {
/// Link to the album page on downloads.khinsider.com (example https://downloads.khinsider.com/game-soundtracks/album/synthetik-2-windows-gamerip-2021)
url: String,
- /// Download flacs. Download MP3 if not set.
+ /// Download flacs. Download MP3 if not set
#[arg(short = 'f', long = "flac")]
flac: bool,
- /// TODO: fill in --images flag description
+ /// Download images into "images" directory
#[arg(short = 'i', long = "images")]
images: bool,
}