[general] add template config
[create_repo.py] add default toml filename [.gitignore] unignore template dir
This commit is contained in:
@@ -100,7 +100,7 @@ def get_args():
|
||||
parser.add_argument('-y', '--yes', action='store_true', help='don\'t ask me before creating repo')
|
||||
parser.add_argument('repo_name', nargs='?', help='Name of the repository to create', default=None)
|
||||
|
||||
parser.add_argument('-f', '--config_file', help='Path to the TOML configuration file')
|
||||
parser.add_argument('-f', '--config_file', help='Path to the TOML configuration file', default='create_repo.toml')
|
||||
parser.add_argument('-o', '--out', help='Path to output used config to', default=None)
|
||||
|
||||
parser.add_argument('-t', '--conn_token', '--token', help='gitea authorization token', type=str, default=None)
|
||||
|
||||
Reference in New Issue
Block a user