Commit 127026c9 by Francisco Huertas

Include options for make repos

parent 2286d61b
...@@ -4,6 +4,7 @@ Usage: ...@@ -4,6 +4,7 @@ Usage:
git-cloner clon [(-u <user> | --user=<user>)] [-f] [(-o <out>| --out=<out>)] git-cloner clon [(-u <user> | --user=<user>)] [-f] [(-o <out>| --out=<out>)]
(-c <org> | --org=<org>) (-l <limit> | --limit=<limit>) (-c <org> | --org=<org>) (-l <limit> | --limit=<limit>)
[(-s <file> | --save=<file>)] [--ssh] [(-s <file> | --save=<file>)] [--ssh]
git-cloner make-repos [(-u <user> | --user=<user>)] [-f] [(-i <in>| --in=<in>)] [(-s <file> | --save=<file>)] (-t <type> | --type=<type>) --priv-token=<token>
git-cloner (-h | --help) git-cloner (-h | --help)
git-cloner --version git-cloner --version
...@@ -15,8 +16,11 @@ Options: ...@@ -15,8 +16,11 @@ Options:
-h --help Show help -h --help Show help
-f Force remove directories -f Force remove directories
-o --out=<out> Output directory -o --out=<out> Output directory
-i --in=<in> Input directory
-s --save=<file> Save Output resutl into a file -s --save=<file> Save Output resutl into a file
--ssh Use ssh instead https --ssh Use ssh instead https
-t --type=<type> Indicate the type of repository gitlab is only supported jet
--priv-token=<token> Indicate the path to the private token where the token is
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment