openrc/bash-completion
William Hubbs 917a7031d9 remove the openrc-service-script bash completion
Bash completion has two official completion directories:

- completionsdir, a lazy loading mechanism
- compatdir, an eager loading mechanism

Modern style is to use lazy loading if possible. It is modern
technology, speeds up your shell by deferring loads, and is generally
recommended for applications to prefer by default. It requires you name
your completion script using the same name as the command to complete.
Every distro prefers you do this, but only because bash-completion
itself does.

The openrc-service-script completion doesn't provide a completion for a
command called openrc-service-script. It cannot use the lazy loading
mechanism and emits a warning in Gentoo's policy lints as a result.
Installing to the completionsdir is therefore a useless no-op. Better to
install nothing.

The compatdir is the correct location for completions that cannot be
lazy loaded and must be loaded at shell startup in order to correctly
register themselves for a globbed list of commands that can only be
ascertained dynamically at shell startup. The alternative is to have
every command that can be globbed install a symlink to
openrc-service-script, and install openrc-service-script to a third
location.
2024-06-28 14:41:24 -05:00
..
meson.build remove the openrc-service-script bash completion 2024-06-28 14:41:24 -05:00
openrc use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
rc-service bash-completion/rc-service: don't set or unset extglob 2023-07-26 22:41:19 -05:00
rc-status use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00
rc-update use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05:00