refactor(ssh.odin): removed offset from parser logic.

This commit is contained in:
2026-06-30 17:10:41 -04:00
parent 7aaa415777
commit f2a98bc782
3 changed files with 48 additions and 65 deletions
+2 -4
View File
@@ -16,11 +16,9 @@
8. Add tests for untested commands.
9. Update `read_wire_string` to use a slice.
9. Consider getting rid of color global.
10. Consider getting rid of color global.
11. `write_flags_table` should never return false.
10. `write_flags_table` should never return false.
## Double-check AI output