dante icon indicating copy to clipboard operation
dante copied to clipboard

Add --no-terminal flag to stack method

Open stevladimir opened this issue 2 years ago • 0 comments

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

stevladimir avatar Feb 03 '23 07:02 stevladimir