Fuck heredoc

This commit is contained in:
abs3nt 2025-03-03 18:38:13 -08:00
parent 4bb0691c2c
commit 5cfb8990bd
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

@ -1,6 +1,5 @@
function _repo_help
cat < < EOF
Usage: repo <command > < repository >
echo "Usage: repo <command> <repository>
Commands:
get Clone a repository to the repos directory
open Open the current repository in the browser
@ -12,6 +11,5 @@ function _repo_help
Examples:
repo get github.com/user/repo
repo open
EOF
repo open"
end