Erica Sadun

Results 9 issues of Erica Sadun

Current: hidden items are excluded from help. This is particularly useful for backend features that can be dangerous and extraneous features that clutter the help message but ultimately defeats the...

enhancement

Is there anything preventing SAP from using 5.1 to enable Mojave compilation? ``` // swift-tools-version:5.2 ```

I know this one is a little tenuous but I thought I'd throw it out there and if you don't like it, it can be as easily closed as any...

enhancement
good first issue

In the following example, the caller has substituted a single dash for a double in the `sound` key/value pair: ``` % remind -d 20 my reminder -sound tink Error: The...

bug

![image](https://user-images.githubusercontent.com/32688/82160840-42e27180-9855-11ea-8c6a-9c69a6d80dd8.png) Expect: --single, --double (raw values) Get: --single-quote, --double-quote (the member names) Current workaround: use the wonderful `name(for:)` method but it would be better not to have to.

Just as SAP creates and populates help from its property wrappers, I believe it would be useful to have a way to document exit codes produced by the command line...

enhancement

This feature request builds on the notion of a full help user-driven option. Under such a feature, this request would allow the developer to specify how the abstract and discussion...

Sometimes arguments are best handled in USAGE without needing their own section as in the following screen-shot. I would like to be able to hide the ARGUMENTS section for the...

I'd like to be able to optionally control the USAGE for `.remaining` parsing to provide appropriate plurality. The screenshot below suggests that the user enters multiple location hints. They do...

enhancement