Skip to content

v3.4.2: 🐛 Fix `id: illegal option --` on MacOS

Choose a tag to compare

@edouard-lopez edouard-lopez released this 28 Dec 15:20
· 498 commits to master since this release

🐛 Fix id: illegal option -- on MacOS

Linux and MacOS commands differ in the options they provided, the former often providing extensions while the latter restrict itself to POSIX. We fallback to POSIX for id, date, wc and rm commands.

Run Tests Against MacOS

I also started to extend our Github workflow so the CI run tests against MacOS.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks