top | item 44278526

(no title)

dodslaser | 8 months ago

This can be done using click.

discuss

order

ErikBjare|8 months ago

Not with multiple=True, since it then always returns an empty list and never None, even if the default is None.

dodslaser|8 months ago

Yes it can. click.Context provides a get_parameter_source method that should help with that.