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: properly report failing winget operations as errors (#12)
Split run_winget into lenient mode (for queries like search/list where
non-zero exit with stdout is valid) and strict mode (for mutating
operations like install/uninstall/upgrade where non-zero exit should
always be an error). Previously, any command that produced stdout was
treated as successful regardless of exit code.
Fixes#12
Co-authored-by: Copilot <[email protected]>
0 commit comments