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