Added some more explanation around the script

This commit is contained in:
2025-08-21 02:11:55 +01:00
parent fd358f5d3f
commit 3df07d7622
2 changed files with 21 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ fn main() -> MtgCardExit {
return MtgCardExit::Success;
}
if args.search_text.is_empty() {
println!("You need to put some card text to search");
dbg!("You need to put some card text to search");
return MtgCardExit::EmptySearchString;
}