mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 02:36:39 +02:00
It is required to have util-linux to use the `help` command in any of the builtins fish provides as the internal `__fish_print_help` function uses the `ul` program that `util-linux` provides. `__fish_print_help` also returns early if there are no manpages installed which are present in `fish-doc` so can we can kludingly deal with this by tying the `util-linux` dependency to the -doc subpackage. This is not perfect as many users that want `fish-doc` don't want `util-linux` but it is better than giving a free `util-linux` dependency to anyone that installs `fish`
1 line
74 B
Text
1 line
74 B
Text
To use the `help` command in builtins provided by fish install `fish-doc`
|