Nate Finch
Nate Finch
yeah we should have that
this is gonna be a big one... probably configure powers and such and then configure classes to have those powers at specific levels
I'm still a bit wary about bash completion, but I do miss it, too :)
see https://github.com/natefinch/pie Instead of compiling-in plugins, you could use pie to run executable plugins using RPC over stdin/stdout of the plugin executable. Far more flexible than making people compile things...
Someone at work was complaining that their .magefile directory was getting bloated with old binaries... which is a completely valid complaint. We should add autocleanup to delete old binaries in...