fix: space indentation for cli help

This commit is contained in:
Jozef Steinhübl 2024-07-29 22:30:23 +02:00
parent 5a6a2e056b
commit 67489a6c60
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -11,11 +11,11 @@
"Usage: gimi [-h | --help] [-v | --version]\n\n" \
"A simple tool for managing multiple git remotes as mirrors\n\n" \
"Useful commands for working with gimi:\n" \
" ci Generate CI configuration for a specific provider\n" \
" config Manage gimi configuration settings\n" \
" init Initialize a gimi project in the current workspace\n" \
" provider Manage providers (git remotes as mirrors)\n" \
" push Push all branches or tags to all providers\n\n" \
" ci Generate CI configuration for a specific provider\n" \
" config Manage gimi configuration settings\n" \
" init Initialize a gimi project in the current workspace\n" \
" provider Manage providers (git remotes as mirrors)\n" \
" push Push all branches or tags to all providers\n\n" \
"Options:\n" \
" -h, --help Show this help message and exit\n" \
" -v, --version Show the version of gimi\n"