Skip to content
New issue

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

generate-registry: enable --deep by default #2351

Closed
suzuki-shunsuke opened this issue Oct 16, 2023 · 1 comment · Fixed by #2366
Closed

generate-registry: enable --deep by default #2351

suzuki-shunsuke opened this issue Oct 16, 2023 · 1 comment · Fixed by #2366
Labels
Milestone

Comments

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Oct 16, 2023

Feature Overview

Enable --deep by default.

Why is the feature needed?

We should enable --deep in almost all cases.
I asked contributes to use --deep option at many times.
This option should be enabled by default.

Example Code

To keep the compatibility, we don't remove the option --deep in aqua v2, but the option does nothing.
We will remove it at aqua v3.
We will add other options to control the number of API calls.

For example,

  • --depth 100
  • --count 5
$ aqua gr --depth 100

Reference

@suzuki-shunsuke
Copy link
Member Author

suzuki-shunsuke commented Oct 17, 2023

-n 100

--limit -l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant