When a function is defined with `--wraps`, the output of `functions` (and therefore, the output of `type`) does not include the `--wraps`flag: ``` > function foo --wraps git; git; end > functions foo function foo git; end ```
When a function is defined with
--wraps, the output offunctions(and therefore, the output oftype) does not include the--wrapsflag: