You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℤ mas info Pages
Invalid value for 'Argument<Int>(defaultValue: nil, usage: "ID of app to show info", usageParameter: nil)': Pages
To Reproduce
Steps to reproduce the behavior:
mas info <any installed app>
The text was updated successfully, but these errors were encountered:
rgoldberg
changed the title
🐛 [BUG] Invalid value for 'Argument<Int>(defaultValue: nil, usage: "ID of app to show info", usageParameter: nil)': on mas infoinfo: Invalid value for 'Argument<Int>(defaultValue: nil, usage: "ID of app to show info", usageParameter: nil)'Sep 14, 2024
mas info only accepts numeric IDs, not names. The error message should be improved.
rgoldberg
changed the title
info: Invalid value for 'Argument<Int>(defaultValue: nil, usage: "ID of app to show info", usageParameter: nil)'info: Improve error message when argument isn't an integer
Sep 14, 2024
…layName`, which provides better fallback values for the app name.
Minor code cleanup.
Resolvemas-cli#480
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Your Environment
mas version
: 1.8.6system_profiler SPSoftwareDataType -detailLevel mini
): 12.6 (ARM64/M1 on MacBook Pro)mas Install Method
brew install mas
(homebrew-core).pkg
installer from releasesDescribe the Bug
Can't show information about installed app
To Reproduce
Steps to reproduce the behavior:
mas info <any installed app>
The text was updated successfully, but these errors were encountered: