gryphonshafer/dest

Add "dest.postreq" comment support

Closed this issue · 0 comments

Similar to how there's "dest.prereq" comment support that causes dest to sort the order of operations of actions, there needs to be "dest.postreq" comment support that does the same thing but in reverse. The typical use case is that revert actions will likely prefer "dest.postreq" whereas deploy actions will prefer "dest.prereq".