Put the executable to some directory in PATH environment.
Usage
Run rrh with new command.
$ rrh new --help
rrh new [OPTIONS] <[ORGANIZATION/]REPOSITORY>
OPTIONS
-g, --group <GROUP> specifies group name.
-H, --homepage <URL> specifies homepage url.
-p, --private create a private repository.
-d, --description <DESC> specifies short description of the repository.
-P, --parent-path <PATH> specifies the destination path (default: '.').
-h, --help print this message.
ARGUMENTS
ORGANIZATION specifies organization, if needed.
REPOSITORY specifies repository name, and it is directory name.