vweevers / hallmark

Markdown Style Guide, with linter and automatic fixer.
GNU General Public License v3.0
30 stars 3 forks source link

"cc" should give a status message #122

Open buhtz opened 2 months ago

buhtz commented 2 months ago

Running "cc" on an big old repo takes quit long (more then 10 seconds).

I see no need for a fancy progress indicator but a simple "Processing... Please wait..." or something similar would improve the usability.

vweevers commented 2 months ago

On cc init or cc add? The init command is not really optimized and personally I'm fine with that because it's a rare need. But if it happens on add I'd be more concerned.

buhtz commented 2 months ago

I did "cc init". Just a status message is missing.