This repository has been archived on 2025-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/config/fish/functions/create.fish

3 lines
89 B
Fish

function create --description 'alias create=gh repo create'
gh repo create $argv;
end