Commit d6e5fba
committed
JGC-473 - Fix --delete-properties separator in version-update help
Addresses review from @shayshim:
- version-update AIDescription: --delete-properties is parsed by
utils.ParseSliceFlag, which splits on ';' (not ','). Fixed the example
("env,owner" -> "env;owner") and the gotcha ("comma-separated" ->
"semicolon-separated"); a comma-joined value was treated as one literal key.
- Corrected the pre-existing inaccurate doc comment on ParseSliceFlag in
utils.go ("comma-separated" -> "semicolon-separated").1 parent baaffa1 commit d6e5fba
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments