Commit ba711c4
committed
normalize --multiuser to --multi-user for CLI consistency
Aligns with --single-user, --single-user-name, --single-user-password
and standard kebab-case CLI conventions.
Commander.js maps --multi-user to multiUser (camelCase), so the action
handler normalizes it back to the internal `multiuser` property.
Fixes #5111 parent fdc219f commit ba711c4
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
0 commit comments