It would be useful to add an action to skip a number of following actions. This would allow for logic similar to grouping chained actions, but without the complexity which goes with it.
This was inspired by the chaining in PAM's config files.
I would probably name this action skip, and make it take either no arguments or -1 to skip all remaining actions, or else the number of actions to skip.
It would be useful to add an action to skip a number of following actions. This would allow for logic similar to grouping chained actions, but without the complexity which goes with it.
This was inspired by the chaining in PAM's config files.