We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find-plans
Add an arg to find-plans that limits the number of plans returned.
The text was updated successfully, but these errors were encountered:
Two poss implementations: (1) Add plan-num-limit arg (default value 1) which limits number of plans returned when :which is :first or :random.
plan-num-limit
1
:which
:first
:random
(2) Same as (1), but plan-num-limit applies to :all and :random. (plan-num-limit defaults to nil.)
:all
nil
I have draft implementation of (1), but (2) may be more obvious to callers.
Sorry, something went wrong.
1 sounds fine to me -- will you please make a MR for this, and we will get it merged for this project.
No branches or pull requests
Add an arg to
find-plans
that limits the number of plans returned.The text was updated successfully, but these errors were encountered: