From eb17288b8f02a48996d5d92185b54395ba03c014 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Mon, 16 Jan 2023 17:02:44 +0900 Subject: [PATCH] docs: Fix usages of ghr path --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11cdfa9..d808bcf 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,12 @@ args = ["%p"] ### Finding path of the repository ```shell ghr path # Root directory -ghr path # Owner root -ghr path # Repository directory +ghr path / # Repository directory +ghr path # Repository directory resolved by URL +ghr path github.com// # Repository directory of the specified host +ghr path --owner= # Owner root ghr path --host=github.com # Host root -ghr path --host=github.com # Owner root of the specified host -ghr path --host=github.com # Repository directory of the specified host +ghr path --host=github.com --owner= # Owner root of the specified host ``` ## 🛠 Customising