Adds support to the `skip' action

This commit is contained in:
Felipe Zimmerle
2016-06-30 10:34:55 -03:00
parent f00e625c8e
commit b0f69b1262
7 changed files with 224 additions and 11 deletions

View File

@@ -101,6 +101,7 @@ ACTIONS = \
actions/set_uid.cc \
actions/set_var.cc \
actions/status.cc \
actions/skip.cc \
actions/skip_after.cc \
actions/tag.cc \
actions/transformations/base64_decode.cc \