retry
retry copied to clipboard
mac-os not supported
use retry
failed bcz longoptions is not supported on mac
$ getopt --test
--
$ echo $?
0
Maybe there are two solution ways:
- make --longoptions be optional in
retry
implement - use
brew install gnu-getopt
instead of getopt
same here
This should be fixed using the homebrew install. Please try and reopen if needed.