For Mac users in enterprise environments, this application gives users control over the administration of their machine by elevating their level of access to administrator privileges on macOS. Users can set a timeframe in the application's settings to perform specific tasks, such as installing or removing an application.
It would be very handy to be able to do short flags for the cli implementation, to avoid needless typing for regular CLI users.
Something like this:
% /Applications/Privileges.app/Contents/Resources/PrivilegesCLI
Usage: PrivilegesCLI <arg>
Arguments: --add / -a Adds the current user to the admin group
--remove / -r Removes the current user from the admin group
--status / -s Displays the current user's privileges
It would be very handy to be able to do short flags for the cli implementation, to avoid needless typing for regular CLI users.
Something like this: