1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Add if to readme

This commit is contained in:
Ben Klein 2018-09-19 20:37:24 -04:00
parent 0ab840f691
commit 81937086b2

View file

@ -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