From 81937086b24cf13918270c4a2d6500d86e2ec5d5 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Wed, 19 Sep 2018 20:37:24 -0400 Subject: [PATCH] Add `if` to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e5a5fe..759647e 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Available extended configuration parameters: | `force` | Force removes the old target, file or folder, and forces a new link (default:false) | | `relative` | Use a relative path when creating the symlink (default:false, absolute links) | | `glob` | Treat a `*` character as a wildcard, and perform link operations on all of those matches (default:false) | +| `if` | Execute this in your `$SHELL` and only link if it is successful. | #### Example