diff options
author | classabbyamp <void@placeviolette.net> | 2023-10-31 00:17:26 -0400 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-11-02 14:35:10 +0100 |
commit | a6abb5607b76bde02a84909965eca663614474a4 (patch) | |
tree | 67366dc4749737e3e0e2ef5809e6a950ec73a36c | |
parent | 1c5d45aa5136df86b40691b1a3537ec62f791296 (diff) | |
download | xtools-a6abb5607b76bde02a84909965eca663614474a4.tar.gz xtools-a6abb5607b76bde02a84909965eca663614474a4.tar.xz xtools-a6abb5607b76bde02a84909965eca663614474a4.zip |
fish/completions/xgensum: complete multiple packages
-rw-r--r-- | fish/completions/xgensum.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/completions/xgensum.fish b/fish/completions/xgensum.fish index 1cfb4e6..2e3f669 100644 --- a/fish/completions/xgensum.fish +++ b/fish/completions/xgensum.fish @@ -3,4 +3,4 @@ complete -c xgensum -s f -d 'Force (re-)download of distfiles' complete -c xgensum -s c -d 'Use content checksum' complete -c xgensum -s i -d 'Replace checksum in-place' complete -c xgensum -s H -d 'Absolute path to hostdir' -xa '(__fish_complete_directories)' -complete -c xgensum -a '(__xtools_complete_one_package)' +complete -c xgensum -a '(__xtools_complete_packages)' |