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
When run without any arguments, mimic accepts input from stdin. While this may be useful for process interaction via piping, it is confusing to users since it looks like mimic is just lagging (plus, ctrl+c doesn't get out of it since only EOF/ctrl-D finishes the stream). I was thinking it would be better to do one of the following:
mimic shows help and mimic - or mimic -s inputs from stdin
When run without any arguments, mimic accepts input from stdin. While this may be useful for process interaction via piping, it is confusing to users since it looks like mimic is just lagging (plus, ctrl+c doesn't get out of it since only EOF/ctrl-D finishes the stream). I was thinking it would be better to do one of the following:
mimic
shows help andmimic -
ormimic -s
inputs from stdinThe text was updated successfully, but these errors were encountered: