fish-shell/share
Mahmoud Al-Qudsi 6c81e2a627 zfs: Complete values for all properties
This patch adds completions for the values of properties, emitted once the
current token matches the name of a zfs property in full, for the various places
where such a property can be assigned.

e.g.

zfs set canmoun<TAB> continues to only provide "canmount" as a completion, but
zfs set canmount<TAB> will provide a list of all valid values for the property.

The existing code made an attempt to complete the values for the specific case
of `zfs set PROP=` but I could never get it to work for me under FreeBSD, so I
presume it was Linux-specific. This patch should be cross-platform and extends
the completions to anywhere where a property may be set.
2022-02-09 14:24:06 -06:00
..
completions zfs: Complete values for all properties 2022-02-09 14:24:06 -06:00
functions Add public function fish_nth_token to mirror fish_is_nth_token 2022-02-08 14:17:00 -06:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Make default .theme file consistent with uvars 2022-02-03 13:09:52 +01:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Shorten more. 2022-01-27 16:21:22 -08:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00