From 4aa83eb1a174d18ae6c82ecc83b94af8da6fb92f Mon Sep 17 00:00:00 2001 From: Heechul Ryu Date: Mon, 26 Dec 2022 00:05:10 -0800 Subject: [PATCH] Add missing packer migration item for `cond` Add missing packer migration item for `cond` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c919872..9a9349a 100644 --- a/README.md +++ b/README.md @@ -629,7 +629,8 @@ For a real-life example, you can check my personal dots: - `opt` ➡️ `lazy` - `run` ➡️ `build` - `lock` ➡️ `pin` -- `disable=true` ➡️ `enabled = false` +- `disable = true` ➡️ `enabled = false` +- `cond = fun():boolean` ➡️ `enabled = fun():boolean` - `tag='*'` ➡️ `version="*"` - `after` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise. - `wants` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise.