Commit 4c24050
committed
docs(main): per-line doc comments on completion-related const block
The block-level comment above the const () group only described
completionInternal but read as if it documented all three
constants. Move to per-line doc comments so each constant carries
its own explanation: initSubcommandName (project Chart.yaml
creator), completionSubcommand (user-facing shell completion
generator), completionInternal (cobra internal Tab autocompletion).
Signed-off-by: Aleksei Sviridkin <f@lex.la>1 parent fa97b28 commit 4c24050
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments