This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Limit the use of filters to a maximum of three #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently,
--filter
(or-f
) can be used to provide a comma-separated list of tags to filter the Pinboard posts on:bulletin/src/main.rs
Lines 16 to 18 in e16f06e
The Pinboard API mentions that a maximum of three tags can be supplied in the API request, so we should return a user-friendly error if more than three tags are provided in the filter option.
The text was updated successfully, but these errors were encountered: