help_order.rb

lib/rodish/plugins/help_order.rb
Last Update: 2025-03-26 11:58:24 -0700

The help_order plugin allows overriding the order of help sections in commands:

help_order(:desc, :options)

You can provide the default order for help sections using the default_help_order keyword argument:

plugin :help_order, default_help_order: [:usage, :options]