dotfiles/fish/functions/__db_list.fish

9 lines
104 B
Fish
Raw Normal View History

function __db_list
switch $argv[1]
case "pg"
__db_list_pg | uniq
case "mysql"
end
end