You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worth reviewing the output later at some point:
❯ bundle exec rake dev:annotate
Chusaku has finished running.
Model files unchanged.
❯ bundle exec rake dev:annotate
Nothing to annotate.
Model files unchanged.
Specifically, removing that leading newline, and changing the "Nothing to annotate" to "Controller files unchanged" or something similar to make it clearer what it's referring to.
The text was updated successfully, but these errors were encountered:
Before:
```
❯ bundle exec rake dev:annotate
Chusaku has finished running.
Model files unchanged.
❯ bundle exec rake dev:annotate
Nothing to annotate.
Model files unchanged.
```
After:
```
❯ bundle exec rake dev:annotate
Chusaku has finished running.
Model files unchanged.
❯ bundle exec rake dev:annotate
Controller files unchanged.
Model files unchanged.
```
I've also preserved the newline before the final output line if
`--verbose` is passed.
Resolves#42
Formalizing this into an issue from @G-Rath's comment here.
The text was updated successfully, but these errors were encountered: