ronin-rb / ronin-core

A core library for all ronin libraries.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Add a `Ronin::Core::CLI::TipCommand` base class #14

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add a Ronin::Core::CLI::TipCommand base class which other ronin-* libraries can extend to add their own tips command. It should support loading tips from a tips.yml file, printing a random tip, printing all tips, and filtering tips by tags.

postmodern commented 2 years ago

On second thought, there should only be one main ronin tips command.