dotfiles/fish/functions/migration.fish

5 lines
57 B
Fish

function migration
script/generate migration $argv
end