Frank

Results 54 comments of Frank

For 3 and 4, I don't think there is a mechanism to have it show you're default value in place of "[=VALUE]" in the help text. You can mention the...

Does the file exist, or is it in another location? Here is the code that expects to find the file: public static string GetHostsPath() { var systemPath = Environment.GetEnvironmentVariable("SystemRoot"); var...

I wasn't aware of that limitation, so it would need to be debugged to find the source. I doubt there is a configuration option.

Thanks for the notes. I'm not really in the best place to run the tests and deploy (in Mexico with a Macbook, why did I powershell these things..). If there...

Hi Matt. Let me see if I can help. When you're not sure how many additional arguments there are, you can use AllowsAnyAdditionalArguments (See https://github.com/fschwiet/ManyConsole/blob/master/SampleConsole/MattsCommand.csas an example). I'm afraid I...

Replying in email kind of mangled message, reposting: Hi Matt. Let me see if I can help. When you're not sure how many additional arguments there are, you can use...

I see, it seems this problem is specific to when commands are run via the ConsoleModeCommand, and not from the command line. The fix would likely belong in https://github.com/fschwiet/ManyConsole/blob/master/ManyConsole/Internal/StringExtensions.cs, where...

Can you get the latest version of the source and see if you can repro this with SampleCommand? When I run it, whether via powershell, cmd or some other shell...

(this seems like the expected result, and not what you were getting"