dante
dante copied to clipboard
Add --no-terminal flag to stack method
Removes garbage '^H' symbols from output
Before:
Progress 0/7 foo > build (lib)
Progress 0/7 bar > build (lib)
Progress 0/7 baz > build (lib)
After
foo > configure (lib)
foo > Configuring amadeus-0.1.0.0...
foo > build (lib)
foo > Preprocessing library for amadeus-0.1.0.0..
foo > Building library for amadeus-0.1.0.0..