This commit is contained in:
Jakobus Schürz 2019-08-01 22:29:29 +02:00
parent 7d993c0b10
commit 9b3b7ae6c2

View file

@ -66,6 +66,7 @@ class Main(app.App):
return parser
def handle_args(self, parser, cfg, options, args):
parser.error(args)
try:
(sshUser,) = args
except ValueError: