rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Fix issue #42 for dotnet-test command by leveraging spawn #49

Closed wintondeshong closed 4 years ago

wintondeshong commented 4 years ago

Updated dotnet-test to use node's child_process.spawn to both preserve formatting and provide feedback in real-time instead of waiting for child process to exit

Fixes issue #42 for dotnet-test