pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.41k stars 369 forks source link

types of context.config is not correct #948

Open kasium opened 1 year ago

kasium commented 1 year ago

The types of context.config is dict[str, str], but should at least also support nested dicts in multiple levels. Also it can support any type as the value, so might just want to use Any

kuwv commented 1 year ago

956

kasium commented 1 year ago

@kuwv @bitprophet any update?

kuwv commented 1 year ago

Still waiting on Jeff. I need to make an update though. I'll take a look tonight.