This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ $ sudo snap install gitls
38
38
## Usage
39
39
```
40
40
Usage of gitls:
41
- -include-account
42
- include repo of account in targeet
41
+ -include-users
42
+ include repo of org users(member)
43
43
-l string
44
44
List of targets (e.g -l sample.lst)
45
45
-o string
@@ -98,9 +98,9 @@ https://github.com/s0md3v/Zen
98
98
https://github.com/s0md3v/zetanize
99
99
```
100
100
101
- ### Get all repository in org( included members)
101
+ ### Get all repository in org and included users( members)
102
102
```
103
- $ echo https://github.com/paypal | ./gitls -include-account
103
+ $ echo https://github.com/paypal | ./gitls -include-users
104
104
```
105
105
106
106
```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func main() {
18
18
version := flag .Bool ("version" , false , "version of gitls" )
19
19
proxy := flag .String ("proxy" , "" , "using custom proxy" )
20
20
useTor := flag .Bool ("tor" , false , "using tor proxy / localhost:9050" )
21
- includeAccount := flag .Bool ("include-account " , false , "include repo of account in targeet " )
21
+ includeAccount := flag .Bool ("include-users " , false , "include repo of org users(member) " )
22
22
flag .Parse ()
23
23
options := model.Options {
24
24
Proxy : * proxy ,
You can’t perform that action at this time.
0 commit comments