Relative Content

Tag Archive for pythonpython-click

How to use windows_expand_args with single command click program

I’m trying to defeat click 8.x’s behavior on windows of expanding glob patterns by default. This seems straightforward for a multi-command where you define group. But I can’t figure out how to do it for a single command program. Take the following example saved as mycommand.py: