fish-shell/share/tools
Klemens Nanni 32d646a548 create_manpage_completions.py: Do not overstrip commands with dots
The best effort parser over-eagerly strips all extensions off a manual
page file's basename, hence commands containing dots will output
completions for a different command.

Prominent examples are the mkfs.*(8) and fsck.*(8) families, e.g.
completions for mkfs.xfs.8.gz are generated for the command `mkfs`
is not only incorrect but can also filename collisions in case .fish
files for multiple commands are put into the same directory.

Thus do not strip everything past the first dot from the left, but
instead merely strip expected extensions from the right.
2022-05-29 17:00:32 +02:00
..
web_config Fix style of eq operator 2022-04-28 17:37:47 +02:00
create_manpage_completions.py create_manpage_completions.py: Do not overstrip commands with dots 2022-05-29 17:00:32 +02:00
deroff.py deroff.py: unneccessarry pass, unreachable code 2021-12-12 10:45:50 -08:00