dotfiles/fish/completions/createdb.fish

2 lines
70 B
Fish
Raw Normal View History

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