Solved white space bug
This commit is contained in:
2
main.py
2
main.py
@@ -647,7 +647,7 @@ For detailed help on each command, use:
|
|||||||
# Proxies the default git commands
|
# Proxies the default git commands
|
||||||
for git_command in GIT_DEFAULT_COMMANDS:
|
for git_command in GIT_DEFAULT_COMMANDS:
|
||||||
add_identifier_arguments(
|
add_identifier_arguments(
|
||||||
subparsers.add_parser(git_command, help=f"Proxies 'git {git_command}' to one repository/ all repositories")
|
subparsers.add_parser(git_command, help=f"Proxies 'git {git_command}' to one repository/repositories")
|
||||||
)
|
)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|||||||
Reference in New Issue
Block a user