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 `param_usage` method to `CLI::Printing::Params` #42

Closed postmodern closed 9 months ago

postmodern commented 9 months ago

Add a method which accepts a Ronin::Core::Params::Param object and returns a placeholder usage string. This will be used in other libraries to build example commands that accept certain params.

postmodern commented 9 months ago

Implemented by 98ca6df.