goinfinite / ez

From server to PaaS in no time. User-friendly, lightweight, free.
https://goinfinite.net/ez/
Other
11 stars 0 forks source link

fix: replace multiple run cmds with one relying on a struct #56

Open ntorga opened 2 months ago

ntorga commented 2 months ago

We have RunCmd, RunCmdWithSubShell, RunCmdAsUser and so on. We should have only a single RunCmd that asks for a struct that has all the possible configurations so we can unify those methods.