marlonrichert / zsh-snap

⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos
MIT License
1.32k stars 38 forks source link

znap clone <url> broken #240

Closed sedlund closed 1 year ago

sedlund commented 1 year ago

Describe the bug

znap clone is broken

Steps To Reproduce


 znap clone https://github.com/romkatv/powerlevel10k
znap clone: invalid argument 'https://github.com/romkatv/powerlevel10k'
Usage: znap clone ( <user>/<repo> | <url> ) ...
Download repos in parallel.

Expected behavior

cloning to work by url as before

Observed behavior

Click to expand

Environment:

Additional context

marlonrichert commented 1 year ago

That's not a valid Git remote URL. Use https://github.com/romkatv/powerlevel10k.git instead.