Christian Fredrik Johnsen b154f3a7d8 refactor: use regex matching instead of for loop
Instead of creating a for-loop where we go through each argument, to
check if current argument is -m and next argument is pip, we instead do
simple regex matching where we look for ` -m pip ` somewhere in the
command which is to be executed.
2024-12-27 21:19:59 +01:00
..