Let's say I have a tool that at some point in its execution requests user input. For example, it may request a name and address. At another point, he may request a password (and rename the password).
Is it possible for NSTask and NSPipe to handle these things, that is, interact with command line tools?
source share