jyp / dante

389 stars 52 forks source link

Add --no-terminal flag to stack method #172

Open stevladimir opened 1 year ago

stevladimir commented 1 year ago

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..