if (shortSwitchesUsed) {
.filter(({groupName}) => groupName !== self.getPositionalGroupName())
.forEach(({normalizedKeys, switches}) => {
normalizedKeys.forEach(key => {
if (isLongSwitch(switches[key])) {
switches[key] = addIndentation(switches[key], '-x, '.length);
}
});
}
// display 'Options:' table along with any custom tables: