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

cmd/deps: add args to filter output #17129

Closed
wants to merge 1 commit into from
Closed

cmd/deps: add args to filter output #17129

wants to merge 1 commit into from

Commits on Apr 22, 2024

  1. cmd/deps: add args to filter output

    * `--direct-build` to only show direct build dependencies, which gives
      information on what formulae are needed when `--build-from-source`.
    * `--direct-test` to only show direct test dependencies when outputting
      in `--tree` or `--graph` format
    * `--skip` to prune parts of dependency tree
    * `--level` to limit recursion depth. For now, only added to `--tree`
      as the support there is simple and idea for arg is similar to what the
      `tree` & `eza` formula provide.
    
    Signed-off-by: Michael Cho <michael@michaelcho.dev>
    cho-m committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    649ff41 View commit details
    Browse the repository at this point in the history