# Functions
MustGetBool attempts to get a boolean flag from the provided flag set or panic.
MustGetDefinedString attempts to get a non-empty string flag from the provided flag set or panic.
MustGetString attempts to get a string flag from the provided flag set or panic.