Closed joshmedeski closed 1 year ago
Thanks @joshmedeski Can you add some test please? No need to be fancy, just a single test case showing off the feature. Many examples are https://github.com/arl/gitmux/blob/main/tmux/formater_test.go
All done, thanks :)
Purpose
Adds the option for a user to hide the clean flag. I, personally, would rather not see anything as an indicator that everything is clean.
Approach
Add a
hide_clean
option that defaults tofalse
and when set totrue
will not render the clean flag.