Daniel Sockwell
Daniel Sockwell
Hmm, all of that is very interesting—I feel like I'm learning a lot from this conversation, so thanks for taking the time. I'm not entirely sure what API you're suggesting...
I like the API you proposed in #25. I added a slight amendment inspired by how clap-rs handles a similar issue and provided details in that thread.
After experimenting a bit, I think that the method I suggested above (with the `build.rs` file) isn't a great approach and isn't really using `build.rs` the way it is intended...
@yoshuawuyts Yeah, totally agreed that integrating with Clap is the long-term goal. My understanding, though, it that clap integration is blocked pending Clap v3.0.0. My thought was that we should...
Hmm, interesting thoughts. One point comes to mind: with most of our methods (`.arg`, `.author`, `.custom`, `.env`, `.flag`, and `.option`), we don't take arguments directly—instead, we take a corresponding struct....
I like this API, and agree that it's similar to one of @yoshuawuyts's suggestions above. My only concern with this is that it adds two methods to `Manual` to deal...
> Deprecate `is required` and defaults on attribute values in 6.e I assume ^^^ was a typo for "on natively typed attribute values"? On that assumption, I can see merits...
This is potentially a naive question, but to what extent is this a `CompUnit::Repository::Installation` issue versus a Zef issue? Running that same command with `zef -v` already produces a fairly...
That's totally fine. Out of curiosity, what makes it a better fit for CURI?
I've been mulling this over since you opened the issue – I think you raise a lot of good points. Despite my mulling, I'm not sure I really reached a...