module Mixlib::CLI::ClassMethods

def options

@options:: The current options hash.
=== Returns

Get the hash of current options.
def options
  @options ||= {}
  @options
end