fixup last commit

This commit is contained in:
Aaron Gyes 2019-04-21 09:07:29 -07:00
parent 9d84b45256
commit 51e963bf44

View File

@ -104,5 +104,4 @@ function __fish_print_help --description "Print help message for the specified f
end
end
end | string replace -ra '^ ' '' | ul # post-process with `ul`, to interpret the old-style grotty escapes
printf '%s'\n $manual[2..-1];
end