all repos — scriptura @ 01491555e085fb1bd557f559dcf2d0d83eda178e

a corner in $HOME for your scripts

functions/__scriptura_describe_function.fish (view raw)

1
2
3
function __scriptura_describe_function --description 'Describe a function'
    echo (functions --verbose --details $argv[1])[-1]
end