missing output now with prices

This commit is contained in:
Florian Baumann 2022-02-07 13:37:48 +01:00
parent 56fe314f64
commit 3d34b7fee3

View File

@ -213,7 +213,7 @@ func Missing(setname string) error {
if err != nil { if err != nil {
continue continue
} }
fmt.Printf("%s (%s)\n", ncard.Name, ncard.SetName) fmt.Printf("%.02f\t%s (%s)\n", ncard.Prices.Eur, ncard.Name, ncard.SetName)
} }
return nil return nil
} }