microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 96 forks source link

TEE CLC - Output completed marker #269

Open sebasmonia opened 6 years ago

sebasmonia commented 6 years ago

I'm using the CLI tool of TEE to connect from Emacs and run commands.

I can give the tool commands using stdin using "tf @", the problem is for some commands (example: print) you can't easily tell from the output when it's "done".

Would it be possible to add some sort of marker to be ale to tell when the command completed?

sebasmonia commented 6 years ago

Is -exitcode supposed to be used as the output marker? By matching "ExitCode: " in the output?