You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling PrivilegesCLI from the command line, it would be extremely useful and simplify a lot of script logic if the reason elevation is needed could be passed to the CLI at invocation time via an argument such as --reason
Current-state example:
❯ /Applications/Privileges.app/Contents/MacOS/PrivilegesCLI --add
Please enter the reason you need administrator privileges (at least 10 characters): installing software
User someguy now has administrator privileges.
Administrator privileges expire in 120 minutes.
Desired improvement:
❯ /Applications/Privileges.app/Contents/MacOS/PrivilegesCLI --add --reason "Installing software"
User someguy now has administrator privileges.
Administrator privileges expire in 120 minutes.
The text was updated successfully, but these errors were encountered:
When calling
PrivilegesCLI
from the command line, it would be extremely useful and simplify a lot of script logic if the reason elevation is needed could be passed to the CLI at invocation time via an argument such as--reason
Current-state example:
Desired improvement:
The text was updated successfully, but these errors were encountered: