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
Requesting a guide on handling sudo request.
It is common to run certain sub commands with sudo request.
These commands need an input which does not show up in the render output of ink.
Is there an example/guide for sudo management for child commands?
As one of the sub-commands in I app, I need to run brew upgrade which inturn needs sudo permission sometimes in order to uninstall packages. How can this be correctly handled with ink?
The text was updated successfully, but these errors were encountered:
Requesting a guide on handling sudo request.
It is common to run certain sub commands with sudo request.
These commands need an input which does not show up in the render output of ink.
Is there an example/guide for sudo management for child commands?
As one of the sub-commands in I app, I need to run
brew upgrade
which inturn needs sudo permission sometimes in order to uninstall packages. How can this be correctly handled with ink?The text was updated successfully, but these errors were encountered: