bissonex

Results 3 comments of bissonex

Hi @facchinm, I can confirm that #57 is fixing the issue with sed. Please note that the check_tools() function is still not working under macOS 10.15.3. And that a check...

I am setting up check_tools() to fail by changing tool name from **jq** to **jq_should_not_found**: ``` check_tools () { echo -n "Checking for prerequisites..." if not hash jq_should_not_found &>/dev/null ;...

I have tested this PR and it solve my issues with running commands on Windows. Especially https://github.com/Textualize/trogon/issues/67.