From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id WJExOtvpS2F+cwAAsNZ9tg (envelope-from ) for ; Thu, 23 Sep 2021 02:43:39 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sCwLNtvpS2HDcwAA1q6Kng (envelope-from ) for ; Thu, 23 Sep 2021 02:43:39 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1632365019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=90GMc5OAI9Sj8aQqooIMK/+up29s3Pr6KA6MnlKdnfo=; b=zJw4RHOVRSFP3HkLpO15WtE1T4rX3YL9pZXPEP2QhTm3LHmDPMKUwChYCq+7X6Alg27xmj QvwDv63eeNC/74fHdKHK4LGfT+A2cQyGIYkOngArH7o4dbTULCpE0SEqVOqfufpZgMwGw1 DB06kmhF4viJCtFzSkrPgPEXDUKq3GwozTuaZXYLdXLtdXe0neDu7WlMD5nRCDfaKDSwu7 n5JoC2FRRpFXjJ5pmvOxlRMXYUA0hec4pL4SiDhjxTfWkgBP/flvm5W8H+M0SKUrwvxRfZ wEw8nvz/SQQEDg/Fh8RPBeQC7SauyeQT9GgR79AFhq5lWG5xcoOVZXlWhfX+aA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: Re: [PATCH] b4-am: Fill in more options In-Reply-To: <20210923023511.269242-1-kyle@kyleam.com> References: <20210923023511.269242-1-kyle@kyleam.com> Date: Wed, 22 Sep 2021 22:43:37 -0400 Message-ID: <87ee9g3tba.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: FqCVEb/NAFmP Kyle Meyer writes: > +(transient-define-argument piem-b4-am:--guess-lookback () > + :description "How many days to go back when guessing base" > + :class 'transient-option > + :shortarg "-G" > + :argument "--guess-lookback=" > + :reader #'transient-read-number-N+) [...] > + ("-L" "Do not reroll partial series" "--no-partial-reroll") [...] > + (5 "-V" "Do not save cover letter" "--no-cover")] I'm not very happy with these keys but haven't been able to come up with anything better.