bash-completion
bash-completion copied to clipboard
Add completion for BSD chflags(1) command
Could we use _comp_delimited to support the completion of the comma-separated list?
Yes, that would be more useful.
Which implementations did you reference in preparing the list?
FreeBSD and Darwin.
was_splitis only needed when the flag-sis specified to_comp_initialize.
Yep, I forgot to remove this declaration.
Could we use _comp_delimited to support the completion of the comma-separated list?
Yes, that would be more useful.
was_splitis only needed when the flag-sis specified to_comp_initialize.Yep, I forgot to remove this declaration.
Thank you for those updates.
Somehow the CI has failed to start.
https://github.com/scop/bash-completion/actions/runs/7713997204
We recently updated the version of release-please-action in #1075. @Low-power Could you rebase it again on top of the latest master?
I rebased. I also added links to the references in commit 5bd938bee9fe9a150397a04f2431b1d635b0c633.