diff --git a/skip.md b/skip.md new file mode 100644 index 0000000..efd43a3 --- /dev/null +++ b/skip.md @@ -0,0 +1,11 @@ +The `skip` function has 1 parameter. It will skip ahead the specified amount, useful with promptMessage to do alternate things by user input. + +- `count` -> The amount of functions to skip + +Example: +```json +{ + "type": "skip", + "count": 1 +} +``` \ No newline at end of file