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
fix: suppress update notification when structured output format is requested
When --format=json or --output=json (or csv/yaml) is passed, the update
notification message was printed to stderr which could break machine-readable
output parsing. This adds a check in PersistentPreRun to skip the update
notification when a structured output format flag is explicitly set.
Co-Authored-By: Vlad Matsiiako <vm265@cornell.edu>
0 commit comments