joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

Use context in invoke tasks helper functions #42

Closed joaonc closed 2 months ago

joaonc commented 2 months ago

Currently using subprocess to run commands in helper functions in tasks.py, but invoke's context can be used, just needs to be passed as a parameter to the functions.

This brings some advantages to using subprocess: