Gerboa
Gerboa
Thanks. I was using the latest release 2.3.10 but I've now installed the beta 2.4.6 and reset reputation. As you say, it no longer installs a new version every boot...
The beta 2.4 download works in Chrome Incognito; I've compared the two pages and they're the same, so it must be an extension issue. I have too many installed to...
Installing in a project doesn't seem to work! It runs the script but doesn't _source_ it, so functions and aliases that I create in the script aren't available after it's...
Win + Shift + M restores windows minimised with Win + M
This (Copilot GPT5 provided) code seems to work with the latest RC: ```cs void Main(string[] args) { var root = new RootCommand("Demo with custom --version"); // Replace the Action on...
Updated my code example above with suggested `ClearsParseErrors` override.