Guillaume Viger

Results 53 comments of Guillaume Viger

I have been thinking about this for a while now. I agree we need a way to override a default string option to a given empty string... but it is...

Hello! Sorry about the delay. My notifications were off for some reason :confused: . This exists for the `argument` case and it is called via `arguments`. There is no equivalent...

So... after looking into this I remembered why I didn't implement this in the first place :neutral_face: . First, there is no convention (yet) on parsing multiple values for a...

A quick update on this: although the just pushed version 0.11.0 doesn't allow multiple option à-la `arguments` yet. I did rewrite `commandeer` to preserve argument/option ordering and the implementation for...

What about the aforementioned `options` syntax which would be: `--include include1 include2` in your case? You could even implement it by copying and tweaking `arguments`. I am not too sure...

Thanks for pointing that out. This is an 'ugly' problem I find. Right now the arguments and options are not associated with a custom name so mapping them back to...

Sorry about the delay. My colleague was finally able to make it work on her computer (python 3.6). Still doesn't work on mine 😅 . My path to python.exe is...

`C:\Users\\AppData\Local\Microsoft\WindowsApps\python.exe`

Ok, after mucking around I got it to work! (clearly windows is not my main OS). Here is what worked for me: 1- install Python 3.8 via the windows installer:...

Coordination: ![slow_poke](https://user-images.githubusercontent.com/1932651/225005109-0773241c-5f88-4b96-ba7b-098396b40e23.jpg) This was put on the community PR board, so I guess I have to coordinate this :laughing: ... So want to rebase this and get it in? @slint...