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
refactor: extract warn helper to consolidate stderr warning messages
Three modules (_agent, _keypress) independently formatted warning
messages to stderr with inconsistent methods (print(file=stderr) vs
stderr.write()) and manually repeated the "ralphify: warning:" prefix.
Extract a shared warn() helper in _output.py so the prefix, output
method, and formatting are defined once. Also removes the now-unused
sys import from _agent.py.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments