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.
2 parents 820c207 + 107df99 commit 0134abeCopy full SHA for 0134abe
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