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
Support outputting the detail of a command.
Please explain the problem you want to solve.
command and configuration
Add -v (boolean) and --format (json (default)|yaml) option to which command.
-v (boolean)
--format (json (default)|yaml)
which
$ aqua which -v --format yaml gh command: gh command_file_path: /home/foo/.local/share/aquaproj-aqua/pkgs/github_release/github.com/cli/cli/v2.23.0/gh_2.23.0_macOS_amd64.tar.gz/gh_2.23.0_macOS_amd64/bin/gh package: name: cli/cli version: v2.23.0 registry: type: standard name: standard ref: v3.140.0 registry_config: type: github_release # ...
aqua info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Overview
Support outputting the detail of a command.
Why is the feature needed?
Does the feature include Breaking Changes?
Example Code
Add
-v (boolean)
and--format (json (default)|yaml)
option towhich
command.Related
aqua info
command #1698The text was updated successfully, but these errors were encountered: