-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Improvements on the example configuration for completion in Bash #3294
Comments
Oh, sorry. Let me share the invitation link. |
So to ask questions explicitly,
|
Ah, thanks. If that is documented somewhere, I'm sorry that I missed it. |
No, this link isn't documented. |
Please send a pull request to aquaproj.github.io. You don't need to create a new issue. |
I reviewed main...akinomyoga:aqua:completion-bash-example , and I agree with it. |
Ah, thanks! So can I include these three commits in a single PR? |
I created PR #3297. If you want separate PRs, please feel free to tell me. I'd be happy to follow your preferences. |
As for the PR in |
Yes. Thank you for your pr #3297 . I merged it. |
Thanks! I created aquaproj/aquaproj.github.io#1232 for |
Thank you. I merged it too. |
aqua info
I note that the above command and all the subsequent commands are executed in a Bash session.
Overview
It's not really a bug of aqua, but I'd like to submit pull requests (PRs) to the example configuration of shell completions shown in the output of
aqua completion --help
and also on the Usage page in the online documentation.I'm actually unsure about how to submit PRs to this project properly. I'm sorry if I'm doing it the wrong way. Since the contributing guide seems to require creating an issue before submitting a PR, let me here create one. There seem to be many specialized categories of the issue, but I somehow couldn't find one that seems to fit my case. I found a Slack link on the list of issue templates, so I thought of asking there how to choose the issue category, but I couldn't find out how to join the workspace. Then, although I still feel this is the wrong issue category, let me fill out the template as this is still a kind of fix.
I have three trivial fixes. Here, I primarily would like to consult with the maintainer about how I should organize my fixes in a proper granularity of PRs for this project.
How to reproduce
aqua.yaml
I believe no config files are loaded as indicated in the output of
aqua info
. Since the output ofaqua completion --help
is anyway hardcoded in the source code, I think the output is reproducible regardless of the configuration.Other related code such as local Registry
I believe no other things are needed to reproduce the help text.
Executed command and output
Debug output
Expected behaviour
I think it is easier to understand to explain it using the current tentative fixes:
main...akinomyoga:aqua:completion-bash-example
. What I expect is thataqua
would show a correct and robust configuration for the examples shown in--help
and online documentation. The output that I'm currently specifically going to suggest is this:Although I could explain the background, the expected behavior of the shell setup, the actual behavior of the shell with the setup, and the reasoning for each change, I'd like to first ask how the issue(s) should be organized as I have already mentioned. After that, I'm going to explain these in proper places, e.g. here or on the respective issues/discussions/PRs.
Actual behaviour
Note
Also, I have kind of silly questions, which I hesitate to ask in separate topics, like how I should build
aqua
locally for development (I could manage to build it but I don't think I did it properly), how to access the Slack link on the list of issue templates, etc. While the documentation is impressively well maintained and the community seems active, both don't seem to discuss anything about these questions, so I feel like living under a rock... Would you mind if I ask them here or in separate discussions?The text was updated successfully, but these errors were encountered: