1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-11-08 23:23:16 +01:00

Improve help of the 'git-obs login' subcommands

This commit is contained in:
2025-04-17 16:21:36 +02:00
parent 4f1d92f844
commit 4b10e0381e
5 changed files with 82 additions and 82 deletions

View File

@@ -14,7 +14,7 @@ class LoginRemoveCommand(osc.commandline_git.GitObsCommand):
def init_arguments(self):
from osc.commandline_git import complete_login
self.parser.add_argument("name").completer = complete_login
self.parser.add_argument("name", help="The name of the login entry to be removed").completer = complete_login
def run(self, args):
print(f"Removing a Gitea credentials entry with name '{args.name}' ...", file=sys.stderr)