Open-RIO / ToastAPI

An Open Source robot API for FRC - The Best thing since Sliced Bread
MIT License
71 stars 12 forks source link

Can't enter commands in toastconsole #24

Closed floogulinc closed 8 years ago

floogulinc commented 8 years ago

I can't seem to enter commands in gradle toastconsole. I am running it on Windows and have tried in PowerShell, Command Prompt, and Git Bash.

keplersj commented 8 years ago

I can confirm with OS X's Terminal.

JaciBrunning commented 8 years ago

Commands can be entered, but they appear on the same line as the bold white text Gradle fixes to the bottom. ToastConsole reads from STDIN. Can you confirm this?

JaciBrunning commented 8 years ago

Fixed via 40a7114 in GradleRIO