Craig E. Shea

Results 143 comments of Craig E. Shea

A PR will be forthcoming. I have most of the code written, I need to add a few more overloads to cover all the functionality, and then see if there...

Hmm, that’s a good suggestion. I didn’t mean to imply that `Test-ParameterFilter` should return an error, rather, it should return information that could be used when displaying information for mocks...

No, it's a documentation issue thing. Wish you wouldn't close an issue for errant docs 😒 Get Outlook for Android ________________________________ From: Artur ***@***.***> Sent: Friday, October 4, 2024 12:33:47...

I'd rather remove it altogether, but if deemed helpful, add a note as I demonstrated in the original issue. Thanks for reopening. Get Outlook for Android ________________________________ From: Asbjørn Ulsberg...

So, what I had to do to make this work, is 1. Export our CA certificate that's the trust anchor for JFrog (because our build agents are older and don't...

Never mind. So, when I created the user account for build server integration, I also created an access token, both a JWT _and_ a Reference token. The help bubble for...

You'd probably want to change the default `HelpOption` to not be recursive (as of v2.0.0), firstly. Then you could add a `--help` option to each of your sub-commands. Make sure...

Many CLI's tend to use a `help` subcommand. For example: `myapp help ` to get help for sub-commands, whereas `myapp --help` would give general, "top-level" help about `myapp`. Programs that...

It just so happens I'm also taking a stab at a more extensible help system. 😉 🙂 Get Outlook for Android ________________________________ From: Chet Husk ***@***.***> Sent: Tuesday, November 18,...