summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlbert Puig <albert.puig@cern.ch>2018-05-25 22:04:04 +0200
committerAnish Athalye <me@anishathalye.com>2019-12-31 14:25:53 -0500
commiteabd84bce1139a5c48089c97cd74bb919a8df331 (patch)
tree29378daa81cf6511089b5342b637a1cc842f0257 /README.md
parenta8380f6496d091a13769bd12bb6ca7a89d3618eb (diff)
Add ignore-missing option to link
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cff7a3b..00094aa 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,7 @@ Available extended configuration parameters:
| `relative` | Use a relative path to the source 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. |
+| `ignore-missing` | Do not fail if the source is missing and create the link anyway (default:false) |
#### Example