Would it be possible to use spirit to take action on an incomplete stream? I want to make a command line interface for a program. For example, a complete command sequence could look like this:
processmanager process rouge kill
but say the user entered:
processmanager process ? (or hit the tab key)
and I want to show a list of processes could I do this with spirit? If true please answer with an example.
Thanks