1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-10 15:08:43 +02:00
Files
github.com_openSUSE_osc/osc/commands_git/ssh_key.py

16 lines
253 B
Python

import osc.commandline_git
class SSHKeyCommand(osc.commandline_git.GitObsCommand):
"""
Manage public SSH keys
"""
name = "ssh-key"
def init_arguments(self):
pass
def run(self, args):
self.parser.print_help()