Commit 30f5e62
committed
Rephrase system-wide vs user-specific bash completion file dir note
It's not that much about whether a command is system-wide or
user-specific, but more about whether the completion is.
In particular, the user-specific completions file dir is used to
override system-wide completion, or to add completion for a command that
does not have a system-wide completion installed. This is orthogonal to
whether the command is installed system-wide or user-specific.1 parent a32157e commit 30f5e62
File tree
2 files changed
+6
-8
lines changed- src/cli
- tests/suite/cli-ui/rustup
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments