I'd like to have an option to skip n bytes. Examples: `hexyl --skip 0x20` Prints bytes from pos 0 to 0x20 `hexyl --skip 0x50 --length 0x100` Prints bytes from pos 0x100 to 0x150