From 65a7d079400b3d314cfd270015799d831e023257 Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Sun, 26 Dec 2021 18:43:48 +0900 Subject: [PATCH] wandbox-ssl select 1st version --- wandbox/__openssl__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wandbox/__openssl__.py b/wandbox/__openssl__.py index e05db52..ffeb339 100644 --- a/wandbox/__openssl__.py +++ b/wandbox/__openssl__.py @@ -14,7 +14,7 @@ class InnerCLI(CLI): def __init__(self): self.output = None - super(OpenSSLCLI.InnerCLI, self).__init__('OpenSSL', 'openssl-head', False, False, False) + super(OpenSSLCLI.InnerCLI, self).__init__('OpenSSL', '', False, False, False) def on_run_response(self, response): if self.output: @@ -43,6 +43,7 @@ def setup(self): ) self.parser.add_argument( 'command', + default='help', nargs='?', help=SUPPRESS )