t3hnar / CmdSupport

Cmd support plugin for Intellij Idea
Apache License 2.0
49 stars 10 forks source link

Path should be printed before ">" in command output. #5

Open Fuud opened 13 years ago

Fuud commented 13 years ago

Try to execute "echo Hello!", you will get:

echo Hello Hello Process finished with exit code 0 at 20:20:07. Execution time: 235 ms.

Should be: C:\work\test>echo Hello