module Toys::StandardMiddleware

Namespace for standard middleware classes.

Constants

COMMON_FLAG_GROUP

@private

Public Class Methods

append_common_flag_group(tool) click to toggle source

@private

# File lib/toys-core.rb, line 30
def self.append_common_flag_group(tool)
  tool.add_flag_group(type: :optional, name: COMMON_FLAG_GROUP,
                      desc: "Common Flags", report_collisions: false)
  COMMON_FLAG_GROUP
end