From 9c9fc5aa43b5c690a9baae9ce6b866c9746c3c5c Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Fri, 26 Jan 2024 17:30:17 +0900 Subject: [PATCH] doc: update README --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 4126b93..2dee985 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,7 @@ You can also list local repositories (+ghq list+). ghq get [-u] [-p] [--shallow] [--vcs ] [--look] [--silent] [--branch] [--no-recursive] [--bare] |//|/| ghq list [-p] [-e] [] ghq create [--vcs ] |//|/| +ghq rm [--dry-run] |//|/| ghq root [--all] == COMMANDS @@ -56,6 +57,9 @@ root:: Prints repositories' root (i.e. `ghq.root`). Without '--all' option, the primary one is shown. +rm:: + Remove local repository. If '--dry-run' option is given, the repository is not actually removed but the path to it is printed. + create:: Creates new repository.