6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-05 21:42:57 +00:00

Update readme and changelog for v0.4.0

This commit is contained in:
Grzegorz Dlugoszewski
2020-09-02 03:19:33 +02:00
parent 0d797d625a
commit f678f4f9d9
2 changed files with 10 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Flags:
-h, --help Print this help and exit.
-t, --host Host to use when <REPO> doesn't have a specified host. (default "github.com")
-r, --root Path to repos root where repositories are cloned. (default "~/repositories")
-c, --scheme Scheme to use when <REPO> doesn't have a specified scheme. (default "ssh")
-s, --skip-host Don't create a directory for host.
-v, --version Print version and exit.
```