busybox-w32 icon indicating copy to clipboard operation
busybox-w32 copied to clipboard

getopt doesn't report ambiguities

Open ale5000-git opened this issue 1 year ago • 1 comments

This: getopt -o '' -l opt1,opt2 -n 'my_script' -- "--o" should result in: my_script: option '--o' is ambiguous; possibilities: '--opt1' '--opt2' instead it result in: --opt1 --

ale5000-git avatar Nov 24 '22 12:11 ale5000-git