Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arguments like --extended do not work #11

Open
ChristianAtSIE opened this issue Nov 11, 2024 · 0 comments
Open

arguments like --extended do not work #11

ChristianAtSIE opened this issue Nov 11, 2024 · 0 comments

Comments

@ChristianAtSIE
Copy link

Hey,

I see that changing the bit-length is now supported (https://github.com/ChalkElec/write-edid/blob/master/write-edid.sh#L37), but if I call the script with '--extended' it throws: 'write: unrecognized option '--extended'

Changing line 22 (https://github.com/ChalkElec/write-edid/blob/master/write-edid.sh#L22) to ARGS=$(getopt -o "bhse" --longoptions "binary,hexadecimal,short,extended" -n "$PROGRAM_STRING" -- "$@") || exit works for, at least for the '--extended' bit, but I think it should also work for '--short'.

And in general thanks for the nice script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant