-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Update fish completions #295
Update fish completions #295
Conversation
- TailorDev/Watson/jazzband#289
- reorder ungrouped completions - add missing comment
- functionality added in dc607b6
- adds --luna to report and log - adds --at to stop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve the idea, but I didn't test it 😄 .
@nesmyslny might be able to help test this |
Sorry for the late reply. I'm short of time, but hope to be able to test it in the next days. |
I tested the changes and IMO it looks good! Thank you for fixing and improving the completions 💯 Not related to this PR: Personally I find the logic with required conditions for some options a bit confusing (e.g. $ watson add -
# tab -> only completion result: `--from`
$ watson add --from "..." -
# tab -> completion results: every other option but `--from` First I expected that if there's a But honestly, I don't expect such a logic (not sure how other completions do this; never thought about it). I'm happy with "dumb" completions 😄 I totally see this is a feature and don't want to push against it as this is just my opinion. Just wanted to give some feedback 😉 |
that is odd and somewhat unintended. The intended functionality is to only show -edit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @andrewmeyer 🙏
Update the fish completions profile to support newly added commands.
Some unseen work was also done: notably organizing the ungrouped commands.
Adds support for new features:
Completions Added
aggregate
is not included #289 )Completions Extended
Tests Ran:
add
watson stop --at
. That is out of scope for this particular PR though.aggregate
csv support
lunar support