From a452f0b4bd3cd4ab481faf8f75d51b87f59cf50e Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 10 Jun 2023 21:06:20 -0300 Subject: [PATCH] fix(docs): avoid `<>` as it breaks crowdin --- docs/docs/experiments/experiments.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/experiments/experiments.md b/docs/docs/experiments/experiments.md index ff2c69f6..ab99016d 100644 --- a/docs/docs/experiments/experiments.md +++ b/docs/docs/experiments/experiments.md @@ -21,10 +21,10 @@ are intended to replace. You can enable an experimental feature by: -1. Using the `--x-` flag. This is intended for one-off invocations of +1. Using the `--x-{feature}` flag. This is intended for one-off invocations of Task to test out experimental features. You can also disable a feature by - specifying a falsy value such as `--x-=false`. -1. Using the `TASK_X_=1` environment variable. This is intended for + specifying a falsy value such as `--x-{feature}=false`. +1. Using the `TASK_X_{FEATURE}=1` environment variable. This is intended for permanently enabling experimental features in your environment. Flags will always override environment variables. @@ -38,15 +38,15 @@ existing Taskfiles to the new behavior.