Skip to content

Commit

Permalink
docs: Fix usages of ghr path
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Jan 16, 2023
1 parent ae4ddb0 commit eb17288
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 eb17288

Please sign in to comment.