missing output now with prices
This commit is contained in:
parent
56fe314f64
commit
3d34b7fee3
@ -213,7 +213,7 @@ func Missing(setname string) error {
|
||||
if err != nil {
|
||||
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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user