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 the ability of defining shell commands that have different method names than the command name #17

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add CommandShell::Command#method name and allow command to accept a method_name: keyword argument. This will allow defining shell commands that contain -, . or other characters not allowed in ruby method names.

postmodern commented 2 years ago

Implemented by 5b4b389.