@@ -48,27 +48,23 @@ cd gitrepoenum; go install
4848/____/ /_/
4949 Current gitrepoenum version v0.0.2
5050
51- A longer description that spans multiple lines and likely contains
52- examples and usage of using your application. For example :
53-
54- Cobra is a CLI library for Go that empowers applications.
55- This application is a tool to generate the needed files
56- to quickly create a Cobra application.
51+ A longer description of your application.
5752
5853Usage :
5954 gitrepoenum [flags]
6055 gitrepoenum [command]
6156
6257Available Commands :
63- code Fetch code from multiple commits
64- commit Show commit logs
65- completion Generate the autocompletion script for the specified shell
66- download Clone Git repositories with a custom directory name and parallel option
67- help Help about any command
68- member Fetch GitHub member name of a single ORG or multiple ORGS using a list of orgnames
69- org Fetch GitHub repositories of a single ORG or multiple ORGS using a list of orgnames
70- user Fetch GitHub repositories of a single USER or multiple USERS using a list of usernames
71- vuln Scan repositories for vulnerabilities using TruffleHog
58+ code Fetch code from multiple commits
59+ commit Show commit logs
60+ completion Generate the autocompletion script for the specified shell
61+ download Clone Git repositories with a custom directory name and parallel option
62+ help Help about any command
63+ leaksmoniter Monitor GitHub repositories for leaks and vulnerabilities
64+ member Fetch GitHub member name of a single ORG or multiple ORGS using a list of orgnames
65+ org Fetch GitHub repositories of a single ORG or multiple ORGS using a list of orgnames
66+ user Fetch GitHub repositories of a single USER or multiple USERS using a list of usernames
67+ vuln Scan repositories for vulnerabilities using TruffleHog
7268
7369Flags :
7470 -h, --help help for gitrepoenum
0 commit comments