-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In this issue, we would like to see if we can somehow easily get rid of the bash -c
, pipe and grep
commands in the code.
Instead we would like to use go to pipe the commands, and go as well to grep relevant results.
This is in order to simplify the install for Windows user, and make it available for people that don't have a bash emulator available.
As the logic behind a bash pipe is pretty complex (especially when it comes to error management), a possible outcome is an unsuccessful attempt, we are okay with this as long as we can explain our choice.
Metadata
Metadata
Assignees
Labels
No labels