Dino Di Pardo

Results 9 comments of Dino Di Pardo

Technically I think nothing is wrong. But from an automation perspective this doesn't make sense. If lasterror is 0 the version should be printed to stdout. Currently hard to process...

Using --version to detect if an new version should be installed using it in PowerShell code ![image](https://github.com/maxmind/geoipupdate/assets/63086565/e22bc67c-1ae3-41d3-960c-ce8f7bc8843b)

Hello Radek, indeed. I want to clear the value during the prompt. I'm not really in favor of the workaround but yes that can work for now. Wouldn't it be...

The workaround also has the drawback of requiring additional code to clear the value. This issue is even more pronounced when using the Bind method. I believe implementing a shortcut...

Hi Radek, Based on your idea, I've implemented a DefaultValueTabBehaviour enum. This allows the tab key to be configured to either do nothing, populate the value, or clear the value....