guard-annotate
guard-annotate copied to clipboard
NOTE: Please use and leave issues/pull requests on the official guard version of this repo - https://github.com/guard/guard-annotate
When trying to run guard-annotate, I found that it gets running without stop: ``` ruby # Guardfile guard 'annotate', routes: true do watch( 'config/routes.rb' ) end ``` ``` shell $...
Hi, i'm expecting something strange in guard logs: ``` 14:11:32 - INFO - Running annotate /Users/alec/.rvm/gems/ruby-2.0.0-p247@m_social/gems/annotate-2.6.1/bin/annotate:143:in `': invalid argument: --exclude tests,fixtures (OptionParser::InvalidArgument) from /Users/alec/.rvm/gems/ruby-2.0.0-p247@ m_social/bin/annotate:23:in `load' from /Users/alec/.rvm/gems/ruby-2.0.0-p247@ m_social/bin/annotate:23:in `'...
Hey there, it'd be great if the --format option for annotate could be supported. I use YARD with Markdown syntax and would like my schema information to play nice with...