all repos — scriptura @ e9bf47b59387168b9370ec60e84c4c3d0aeebc49

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