Skip to content

Add regex object filtering

Michael Hofmann requested to merge add-regex-object-filtering into master

Created by: wizardofoz123

This patch series implements FASTMOVING-932.

If no positional argument is used, all objects are printed. If regex is used, only objects that match it are printed.

Merge request reports