8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
formattedPrice
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintai 8000 ners and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mas info & mas search --price currently output all prices, regardless of the currency, as $ <price in some currency, might not be USD>.
mas info
mas search --price
$ <price in some currency, might not be USD>
Use formattedPrice from iTunes Search results to print prices with the correct currency symbol & format.
Also, require fileSizeBytes & price for SearchResult.
fileSizeBytes
price
SearchResult
The text was updated successfully, but these errors were encountered:
Use formattedPrice instead of price.
1b4c97f
Improve price output. Partial mas-cli#597 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Require fileSizeBytes & price for SearchResult.
fd051ea
Resolve mas-cli#597 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Successfully merging a pull request may close this issue.
mas info
&mas search --price
currently output all prices, regardless of the currency, as$ <price in some currency, might not be USD>
.Use
formattedPrice
from iTunes Search results to print prices with the correct currency symbol & format.Also, require
fileSizeBytes
&price
forSearchResult
.The text was updated successfully, but these errors were encountered: