Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/choices.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **default priority** of completers can be **overridden** with `carapace --ch

![](./choices/choices.cast)

> Choices are stored as simple text files in your [config directory](http://localhost:3000/setup/userConfigDir.html).
> Choices are stored as simple text files in your [config directory](setup/userConfigDir.html).
> ```sh
> carapace
> └── choices
Expand All @@ -20,5 +20,5 @@ The **default priority** of completers can be **overridden** with `carapace --ch

![](./choices/bridges.cast)

> With [CARAPACE_BRIDGES](http://localhost:3000/setup/environment.html#carapace_bridges) completers from `zsh`, `fish`, `bash`, and `inshellisense` can largely determined and act as implicit fallback.
> But frameworks like [cobra](http://localhost:3000/setup/environment.html#carapace_bridges) need to be set explicitly.
> With [CARAPACE_BRIDGES](setup/environment.html#carapace_bridges) completers from `zsh`, `fish`, `bash`, and `inshellisense` can largely determined and act as implicit fallback.
> But frameworks like [cobra](setup/environment.html#carapace_bridges) need to be set explicitly.
5 changes: 5 additions & 0 deletions docs/src/development/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ go install

![](./build-development.cast)

> Build with the `force_all` [tag] to include all [groups](../groups.md).
> ```sh
> go install -tags force_all
> ```

## Release

A build with the `release` [tag] uses `completers_release` which optimizes startup times.
Expand Down