module Morpheus::Cli::PromptHelper

Mixin for Morpheus::Cli command classes Provides common methods for prompting for option type inputs and forms. Prompting is delegated to the {Morpheus::Cli::OptionTypes} module while the provided {#prompt} simplifies the required parameters The command class must establish the +@api_client+ on its own.