split helpers into files
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
A functions/__scriptura_desc.fish
@@ -0,0 +1,3 @@ +function __scriptura_desc --argument-names file + string match --groups-only --regex '^#\s*([^!].*)$' <$file | string join "\n" +end