commit 1142527b4ea09eccae0ff74c897c5ec96439a143
parent 1a21e300e0b68acd293e5e081e3b92854480a5ff
Author: egor-achkasov <eaachkasov@gmail.com>
Date: Thu, 12 Mar 2026 22:11:48 +0000
Remove todo from parse_args
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/cli/main.rs b/src/bin/cli/main.rs
@@ -8,7 +8,7 @@ use std::collections::HashMap;
use std::io::Write;
#[derive(Parser)]
-#[command(about = "TODO: fill in description")]
+#[command(about = "Download game soundtracks from downloads.khinsider.com")]
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,