Skip to content

Commit de94241

Browse files
Added help for search user and renamed query to search-repository
1 parent cdafa15 commit de94241

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ GitCli has the following commands:
2323
- clone-branch: same as clone but needs also a branch from the git-repository
2424
- get-pages: shows the max page in the research
2525
- info: gets info of the folders inside a git repository
26-
- query: searchs for a git repository given a specific term to search and a number of page (example 1=first page, 2=second page and so on...)
26+
- search-repository: searchs for a git repository given a specific term to search and a number of page (example 1=first page, 2=second page and so on...)
27+
- search-user: search for a specific user
2728
- navigate: checks a path in the repository
2829
- check-file: shows the content of a file in the repository
2930

@@ -55,17 +56,31 @@ GitCli has the following commands:
5556
5657
```
5758

58-
**query**
59+
**search-repository**
5960

6061
This command shows only the first page
6162
```
62-
query postgresql
63+
search-repository postgresql
6364
6465
```
6566
This command shows the second page (actually each integer is a specific page you want to see)
6667

6768
```
68-
query postgresql 2
69+
search-repository postgresql 2
70+
71+
```
72+
73+
**search-user**
74+
75+
This command shows only the first page
76+
```
77+
search-user johndoe
78+
79+
```
80+
This command shows the second page (actually each integer is a specific page you want to see)
81+
82+
```
83+
search-user johndoe 2
6984
7085
```
7186

0 commit comments

Comments
 (0)