Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 22, 2023
1 parent a947f03 commit bdb08cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/src/release_notes/v0.25.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# v0.25 Window Shopping
# v0.25 - Window Shopping

![](./v0.25/banner.png)

## Windows

Support for volume prefix in path completion.
Support for volume prefix in path completion.
19 changes: 14 additions & 5 deletions docs/src/release_notes/v0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,26 @@

![](./v0.29/banner.png)

## Macros
One step further to exchange completions (loosely coupled) between commands.

## Root Command

Restructured the root command which was (and still is) a bit of a mess.
Some "flags" (subcommands) were renamed/changed for consistency.

- `--list=json` -> `--list --format json`
- `--scrape [spec]` -> `--codegen [spec]`

## Macro

`$_` prefix is now deprecated and needs to be replaced with `$carapace.`

```
$_color.HexColors
$carapace.color.HexColors
```
# invokes `carapace _carapace macro color.HexColors ""`
```sh
carapace _carapace macro color.HexColors ""
$carapace-spec.Spec(example.yaml)
# invokes `carapace-spec _carapace macro "Spec(example.yaml)" ""`
```

```sh
Expand Down

0 comments on commit bdb08cf

Please sign in to comment.