Skip to content

Adds the `--limit` argument to the `list` command

Max Rossmannek requested to merge limit-option into master

Besides that obvious --limit addition, this also changes the public-facing API of the ListCommand slightly, to allow other commands (search, export, and modify) to also sort and limit the acted-upon entries (besides only filtering them).

Closes #127 (closed)

Merge request reports