dotfiles/fish/completions/dropdb.fish

2 lines
68 B
Fish
Raw Normal View History

complete -x -c dropdb -d 'database name' -a "(__db_list_pg | uniq)"