The code running in the help subcommand relies on Command plugins being returned from the manager with their options hash. Stubbing in a blank hash prevents the command from crashing What we really need is for CommandOptions to be modeled and passed through from Go to Ruby so :primary subcommands can be displayed, but that can be a follow-on task from this quick fix.