Commit graph

5 commits

Author SHA1 Message Date
arifer612
fcd3bedb00
Changed final print statement to reflect changes
Arguments for the `disable` command are either `{0, false}`, or `{1, true}`. However, only if the argument is `1` will the print statement print "Howdy has been disabled". It should, by right, also show if the argument was `true`. To fix it, I noticed that the 2 possible sets of arguments fall into either of 2 groups characterised by the variable `out_value`. I thus suggest that the variable be used in the conditional for the final print statement.
2020-11-11 21:33:13 +08:00
boltgolt
a04b33d01b
Reenfocing code style 2020-06-21 17:40:44 +02:00
boltgolt
f4db5ee94b
Formatting fixes 2018-12-13 20:53:18 +01:00
boltgolt
5ac5070d11 Updated the autocomplete file and disable command 2018-05-04 21:39:52 +02:00
boltgolt
4f9e240869 Completed CLI rework 2018-04-13 21:19:28 +02:00