# Functions
NewConfigRule returns a new pointer instance of ConfigRule with the given arguments.
NewDynamicFlagConfig returns a new pointer instance of DynamicFlagConfig with the given arguments.
# Structs
ConfigRule is a service struct to handle config.Rule for cmd applications.
DynamicFlagConfig is a service struct for handling dynamic flags for Cobra commands based on config.Rule.