Skip to content

Commit

Permalink
Merge pull request #53 from siketyan/fix/update-readme
Browse files Browse the repository at this point in the history
docs: Fix usages of ghr path
  • Loading branch information
siketyan authored Jan 16, 2023
2 parents ae4ddb0 + eb17288 commit 6df299b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ args = ["%p"]
### Finding path of the repository
```shell
ghr path # Root directory
ghr path <owner> # Owner root
ghr path <owner> <repo> # Repository directory
ghr path <owner>/<repo> # Repository directory
ghr path <url> # Repository directory resolved by URL
ghr path github.com/<owner>/<repo> # Repository directory of the specified host
ghr path --owner=<owner> # Owner root
ghr path --host=github.com # Host root
ghr path --host=github.com <owner> # Owner root of the specified host
ghr path --host=github.com <owner> <repo> # Repository directory of the specified host
ghr path --host=github.com --owner=<owner> # Owner root of the specified host
```

## 🛠 Customising
Expand Down

0 comments on commit 6df299b

Please sign in to comment.