mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-13 11:16:20 +08:00
![Jorge Bucaran](/assets/img/avatar_default.png)
tap into github's git.io URL shortener e.g., tiny -u username -r repo -> http://git.io/be1iX
13 lines
236 B
Fish
13 lines
236 B
Fish
function tiny.help
|
|
echo "
|
|
USAGE
|
|
tiny [-u --user <username>]
|
|
[-r --repo <repository>]
|
|
[-c --code <vanity code>]
|
|
[-o --open]
|
|
[-h --help]
|
|
|
|
tiny [-c --code] [-o --open] owned-repo/url
|
|
"
|
|
end
|