diff --git a/README.md b/README.md index 26fc70b..607d814 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ To see a list of all available tasks with their descriptions: $ crystal sam.cr help ``` +To skip a task or prerequisite task: + +```shell +$ crystal sam.cr name ~prereq2 +``` + #### Tasks with arguments To pass arguments to your task just list them after it's name: