From c243db28c0825838c1851d75aaf9273460720625 Mon Sep 17 00:00:00 2001 From: wwatson Date: Wed, 30 Sep 2020 20:36:58 -0500 Subject: [PATCH] Documentation for skipping prerequisites --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: