Commit 44aa29a
committed
cli: fix --help detection after parse-opts* swap
parse-opts* keeps option values as raw strings, so :help is "true"
not true. The (= {:help true} opts) check broke. Replace with a
shape check that doesn't depend on the value.1 parent 0cf72d3 commit 44aa29a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
0 commit comments