# Functions
ControlgroupDisplayName takes a control group name (path) and, depending on the display flags set, returns a name better suited for display.
IconSetupCLI is a plugin function that registers the CLI "--icon" flag.
LabelSetupCLI adds the flags for controlling control group name display.
NamespaceIcon returns an Unicode string which can be displayed as an "icon" for the specified namespace.
NamespaceReferenceLabel returns a string describing a reference to the specified namespace, either in form of a (leader) process name and PID, or if there is no such process then in form of a filesystem reference.
# Constants
CgroupComplete switches off any display optimization of control group names.
CgroupShortened enables optimizing the display of Docker container IDs.
Names of the CLI flags defined and used in this package.
# Variables
ControlGroupNameModes specifies the mapping between the user-facing CLI flag values and the program-internal flag values.
NamespaceTypeIcons maps individual Linux-kernel namespace types (species.NNamespaceTypeIcons) to Unicode characters to be used as icons.
# Type aliases
ControlGroupNames defines the enumeration flag type for controlling optimizing control group names for display (or not).