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: parse all args before processing files, consistent stderr output
Addresses PR review feedback:
- Collect file paths first, then process after checking --help/--version
- This allows 'ansilust file.ans --version' to show version instead of failing
- Use consistent stderr_file.writeAll instead of mixing with std.debug.print
0 commit comments