Added `no-superuser` flag by juanjonol · Pull Request #207 · XcodesOrg/xcodes

added 2 commits

August 14, 2022 14:19
This is needed for the next commits and I think it makes the code more organised (it’s clear why a `passwordInput` is being requested, because all actions use it).
The steps that require superuser (root) permissions are optional, so we can add a flag to skip them. This also makes `xcodes` more interactive (we don't need to stop to ask the user for its credentials).

This closes  XcodesOrg#177.

MattKiazyk