mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 22:41:33 +01: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`
2 lines
74 B
Plaintext
2 lines
74 B
Plaintext
To use the `help` command in builtins provided by fish install `fish-doc`
|