Rauhul Varma

Results 119 comments of Rauhul Varma

I'm kinda liking `--help-detailed` (`--detailed-help`) and renaming this property `detailedDiscussion`.

> Hey! 👋 Is this skech pull request somehow related to #159? Yep this would close that issue once fleshed out and merged.

> Still catching up to the wwdc info dump, but haven’t seen any mentions of SPM / DocC integration - so what gives for doc generation without Xcode in that...

@milseman I think we need a good story about `fcntl` flags and if want to move the non-permissions bits of FilePermissions out into a different type. In the sketch as...

I don't think adding these files to any particular swift package is a good solution to this problem. Each developer may use a different editor or ide to develop in...

@milseman @lorentey Do we want this to be called `open(_:at:...)` or `open(_:relativeTo:...)`. Whatever precedent is set here should be followed by my `fstatat` functions

Suppose we had a `ExpressibleByArgument.defaultValueName` to mirror `ArgumentHelp.valueName`... how would we know whether to the `defaultValueName`, `valueName`, or the argument's property name as the valueName?

So `ArgumentHelp.valueName` > `ExpressibleByArgument.defaultValueName` > `@Arg/Opt/Flag name`?

@glessard would you be interested in reviving this PR?

I was thinking about a different approach where the parsing pipeline is composed of ArgumentValueProviders, the command line would be one such provider. I haven't fleshed out the idea but...