anishathalye / dotbot

A tool that bootstraps your dotfiles ⚡️
MIT License
6.9k stars 287 forks source link

don't show command if `quiet: true` and description is not set #327

Closed s1as3r closed 1 year ago

s1as3r commented 1 year ago

Why

I have a shell directive and only want to see the command's output. I set quiet: true and stdout: true. When I ran dotbot, It showed the command, which I think should not be the case.

Resolves #265

anishathalye commented 1 year ago

Fixed the tests; merged in 9593510. Thank you!