Optional Descriptions for Functions
The fish shell allows defining a description for each function created, and I think it'd be a good idea to also support that here.
fn name_of_function arg1 arg2 --description 'description of function'
...
end