Fuck heredoc
This commit is contained in:
parent
4bb0691c2c
commit
5cfb8990bd
@ -1,7 +1,6 @@
|
||||
function _repo_help
|
||||
cat < < EOF
|
||||
Usage: repo <command > < repository >
|
||||
Commands:
|
||||
echo "Usage: repo <command> <repository>
|
||||
Commands:
|
||||
get Clone a repository to the repos directory
|
||||
open Open the current repository in the browser
|
||||
aur Clone an AUR repository
|
||||
@ -10,8 +9,7 @@ function _repo_help
|
||||
new | create Create a new repository
|
||||
help Show this help message
|
||||
|
||||
Examples:
|
||||
Examples:
|
||||
repo get github.com/user/repo
|
||||
repo open
|
||||
EOF
|
||||
repo open"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user