mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
52ff997bf0
Remove function, use wrapping.
2 lines
110 B
Fish
2 lines
110 B
Fish
complete -c acat -w atool
|
|
complete -c acat -a '(__fish_complete_atool_archive_contents)' -d 'Archive content'
|