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

Update contrib/bashly/completions.bash & contrib/bashly/src/bashly.yml for qsv v0.129.0 #1877

Open
rzmk opened this issue Jun 14, 2024 · 3 comments

Comments

@rzmk
Copy link
Collaborator

rzmk commented Jun 14, 2024

Is your feature request related to a problem? Please describe.

The currently available Bash completions files in contrib/bashly are set up for qsv v0.128.0. The contrib/bashly/src/bashly.yml and contrib/bashly/completions.bash files must be updated for the upcoming qsv v0.129.0 release (steps explained in that directory's README.md).

Describe the solution you'd like

Update contrib/bashly/src/bashly.yml with all the commands/subcommands/options/etc. for qsv v0.129.0 and then generate the updated contrib/bashly/completions.bash file.

Additional context

Identifying all of the changes (new/modified commands/subcommands/options/etc.) that have been made since v0.128.0 is required.

@rzmk
Copy link
Collaborator Author

rzmk commented Jun 14, 2024

If #1307 is completed then this could potentially be automated by comparing the JSON outputs (e.g., between versions, manual workflows, etc.) and generating the necessary files. Users could then also generate the latest completions from master and this could lead to a command that automatically generates and/or enables completions (e.g., qsv completions).

@jqnatividad
Copy link
Owner

This could be further automated by extending qsv-docopt as noted in #1307

@rzmk
Copy link
Collaborator Author

rzmk commented Jun 24, 2024

See qsv enum for new changes. Resolved in #1915.

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

No branches or pull requests

2 participants