rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

Fix documentation of action `copy_file` #872

Closed ancao90 closed 4 months ago

ancao90 commented 4 months ago

Currently, the documentation of action copy_file is slightly broken because of an unnecessary blank line.

image

Details: https://www.rubydoc.info/gems/thor/Thor/Actions

This PR removed the blank line to fix the documentation.