# Functions
New creates a new PSet with the standard helper set.
NewNoHelp creates a new PSet with the helper set to the noHelp helper which does nothing.
NewNoHelpNoExit returns a paramset and any errors encountered while creating it.
NewNoHelpNoExitNoErrRpt returns a paramset and any errors encountered while creating it.
NewNoHelpNoExitNoErrRptOrPanic returns a paramset as per NewNoHelpNoExitNoErrRpt but any error will cause the program to panic.
NewNoHelpNoExitOrPanic returns a paramset as per NewNoHelpNoExit but any error will cause the program to panic.
NewOrDie creates a new PSet with the standard helper set.
NewOrPanic creates a new PSet with the standard helper set.