Skip to content

Fix list command output filtering

Use re.fullmatch() instead of re.match() in all list commands to match the promised "fully matching" from the usage message, when filtering the objects to output.

Merge request reports