Skip to content

Instantly share code, notes, and snippets.

@cmbankester
Last active January 5, 2016 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmbankester/02f5f9ffd71032a4c074 to your computer and use it in GitHub Desktop.
Save cmbankester/02f5f9ffd71032a4c074 to your computer and use it in GitHub Desktop.
Fish Shell Function Description Function
> ~ func-description func-description
Gets the description of a function> ~ 
function func-description --description 'Gets the description of a function'
printf "%s" (functions $argv[1] | head -n 1 | sed -E "s|.*'(.*)'.*|\1|")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment