You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can **list** available completers of a **group** with `carapace --list @{group}`.
19
+
20
+

21
+
22
+
> Binaries only contain **relevant groups** unless built with the [build tag](https://www.digitalocean.com/community/tutorials/customizing-go-binaries-with-build-tags)`force_all`.
23
+
24
+
## Priority
25
+
26
+
Multiple **groups** providing a completer for a command are ordered by **priority**.
27
+
28
+
- darwin
29
+
1.`user`
30
+
1.`system`
31
+
1.`darwin`
32
+
1.`bsd`
33
+
1.`unix`
34
+
1.`common`
35
+
1.`bridge`
36
+
37
+
- linux
38
+
1.`user`
39
+
1.`system`
40
+
1.`linux`
41
+
1.`unix`
42
+
1.`common`
43
+
1.`bridge`
44
+
45
+
- termux
46
+
1.`user`
47
+
1.`system`
48
+
1.`android`
49
+
1.`linux`
50
+
1.`unix`
51
+
1.`common`
52
+
1.`bridge`
53
+
54
+
- windows
55
+
1.`user`
56
+
1.`system`
57
+
1.`windows`
58
+
1.`common`
59
+
1.`bridge`
60
+
61
+
62
+
You can **list** available completers of a **command** with `carapace --list {command}`.
0 commit comments