We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820c207 commit 107df99Copy full SHA for 107df99
docs/src/release_notes/v0.29.md
@@ -41,9 +41,9 @@ $carapace-spec.Spec(example.yaml)
41
# invokes `carapace-spec _carapace macro "Spec(example.yaml)" ""`
42
```
43
44
-> This will change again in the future to support custom macros.
+> This behaviour will change slightly in the future to support custom macros.
45
46
-With the `--in-place` flag of `sed` this can be updated directly.
+With the `--in-place` flag of `sed` the specs can be updated directly.
47
```sh
48
sed 's/$_/$carapace./g' ~/.config/carapace/specs/*.yaml
49
0 commit comments