Custom fish completions. For more information see https://fishshell.com/docs/current/completions.html.
attribute set of (strings concatenated with "\n" or (submodule))
{ }
{ my-prog = '' complete -c myprog -s o -l output ''; my-app = { body = '' complete -c myapp -s -v ''; }; }