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
Sometimes I use phony targets as sort of a command dispatcher and ran into the issue that commands that require further user input do not work properly.
Interactive commands aren't designed to work with cmd. I recommend calling the right functions from System.Process directly to meet your needs. I'll add a note to that effect to the docs.
Sometimes I use phony targets as sort of a command dispatcher and ran into the issue that commands that require further user input do not work properly.
You can also use a simpler example like
cmd_ "cat"
.In any case, the user input does not seem to reach the program.
This might be related to #169.
The text was updated successfully, but these errors were encountered: