This release enhances the MinIO Client (`mc`) by standardizing command output for improved clarity and scriptability across various administrative tasks. Key fixes resolve command-line rendering issues and correct documentation examples, leading to a more predictable and user-friendly experience for administrators.

### Improvements

*   The `mc admin policy remove` command now returns an error when a specified policy does not exist, improving feedback and script robustness. (#155)
*   Ensured `mc diff` command output consistently includes the storage alias, providing unambiguous object paths for easier parsing and improved `mc mirror` logging. (#154)
*   Standardized output for `mc anonymous list` and `mc anonymous links` to consistently include the storage alias, improving clarity and script parsing. (#151)

### Bug Fixes

*   Corrected a rendering issue where the final line of output was cleared for interactive commands, ensuring complete results are always displayed. (#149)
*   Fixed a typo in the help text for `mc admin accesskey edit` and `mc idp ldap accesskey edit`, ensuring example commands function correctly. (#156)
*   Aligned `mc legalhold` success messages to display the full object path, providing consistent and unambiguous confirmation. (#159)
*   Updated the `mc tag remove` success message to include the storage alias, ensuring output consistency with other commands. (#150)