This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Commit af6088d
committed
Parse boolean parameters with convertTo
Instead of hard coding specific values a boolean
can take, use covertTo.
This means a lot of values are now taken as boolean
(like "true" and "false") and not only {,0x}{0,1}.
Signed-off-by: Kevin Rocard <[email protected]>1 parent a26f0ad commit af6088d
1 file changed
+6
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
67 | 55 | | |
68 | 56 | | |
69 | 57 | | |
70 | | - | |
| 58 | + | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
| |||
0 commit comments