Regular snippets can assume root access.
Post snippets can assume USER is set to the final user.
To remove special logic needed in #242
I had thought that this would resolve #130 however the assumption in #37 "arguments are order independent as far as I know as long as they're escaped properly." Environment variables are order dependent.
I think that the solution for that is likely to encourage plugins to set ENV values via snippet versus command line. Though that also has runtime vs build time implications.
Regular snippets can assume root access. Post snippets can assume USER is set to the final user.
To remove special logic needed in #242
I had thought that this would resolve #130 however the assumption in #37 "arguments are order independent as far as I know as long as they're escaped properly." Environment variables are order dependent.
I think that the solution for that is likely to encourage plugins to set ENV values via snippet versus command line. Though that also has runtime vs build time implications.
Todos