retry icon indicating copy to clipboard operation
retry copied to clipboard

mac-os not supported

Open izualzhy opened this issue 5 years ago • 1 comments

use retry failed bcz longoptions is not supported on mac

$ getopt --test
 --
$ echo $?
0

Maybe there are two solution ways:

  1. make --longoptions be optional in retry implement
  2. use brew install gnu-getopt instead of getopt

izualzhy avatar Dec 11 '19 02:12 izualzhy

same here

loeffel-io avatar Sep 14 '22 09:09 loeffel-io

This should be fixed using the homebrew install. Please try and reopen if needed.

kadwanev avatar Dec 12 '22 19:12 kadwanev