pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 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 11 months ago

956

kasium commented 8 months ago

@kuwv @bitprophet any update?

kuwv commented 8 months ago

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