philhanna / xxd

Python version of xxd
MIT License
0 stars 0 forks source link

Autoskip is not working #29

Closed philhanna closed 2 years ago

philhanna commented 2 years ago

I think it has something to do with the loop in HexDumper.mainline. The autoskip_state changes are not part of the main loop there.

philhanna commented 2 years ago

My mistake. I forgot to use the -a option when testing.