aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/funced.fish
blob: 1a12893f95a8e6ab8f21fe845187d1c44295285c (plain)
1
2
3
complete -c funced -xa "(functions -na)" --description "Save function"
complete -c funced -s e -l editor -d 'Open function in external editor' -xa '(__fish_complete_command)'
complete -c funced -s i -l interactive -d 'Edit in interactive mode'