Commit 983818c
committed
fix: Print correct "zmk config" commands
To simplify parsing, the "zmk config" command was switched long ago from
expecting a single "variable=value" argument to having the variable and
value passed as separate arguments. Some of the "zmk code" command
output still referenced the old format. This fixes that.1 parent 93ddf82 commit 983818c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments