defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
10 stars 1 forks source link

Disable progress bars when `CI=true` #124

Closed UncleGedd closed 2 months ago

UncleGedd commented 3 months ago

Is your feature request related to a problem? Please describe

Disable progress bars when CI=true

Describe the solution you'd like

Describe alternatives you've considered

In UDS CLI we can hack this when vendoring Maru by appending --no-progress to the args, but it feels like Maru should implement this instead

Additional context

Related issues: https://github.com/defenseunicorns/uds-cli/issues/529 https://github.com/defenseunicorns/uds-cli/issues/749