Nate Cook

Results 101 comments of Nate Cook

It’s tricky, since `--version` is still an accepted flag for the subcommand, even though it's ignored by `Add`. The root command's `validate()` method could take action based on that field,...

I'd forgotten about that setting, thanks! I need to think about adding a dependency - it would be nice to have the formatting handled.

I’ve just gotten to the same point when investigating why the shortcuts tool doesn’t provide the kind of autocompletions you had suggested in your previous issue. It looks like the...

👋🏻 Thanks for opening this issue, @eaigner, and for the ensuing discussion! I've been looking into this a little — here are my notes: - The 2.7MB size increase is...

@keith I'm a little conflicted on this — we currently display the help screen when a user provides a help flag, even if they've also provided other, incorrect input. That...

I can't reproduce this either, and we have a variety of `v`-prefixed flags in the tests. Could you include some more information about how this command is configured? Are you...

@soconnor-florio Recent releases have fixed the behavior that @rauhul described above — are you able to reproduce this behavior with a Swift 5.6 toolchain?

Thanks for the request, @erica! There's design work to do around customizing the help screen — it's really useful to see your use case.

Just opened #243, since @SergeyPetrachkov's suggestion isn't actually supported yet.

Config files are a really interesting question, too, @mattt! I think parsing those files (as opposed to params files) is more akin to the environment variables work in #109. Both...