ronin-rb / ronin-template

Ronin library template
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add `NAME` sections to all man pages #8

Closed postmodern closed 9 months ago

postmodern commented 9 months ago

Add a NAME section to the tops of all man pages with the command's name and a short summary.

# NAME

ronin foo - summary here

This can probably be automated with a Ruby script.

postmodern commented 9 months ago

Added in 3a08a66.