nushell/crates/nu-command/src/conversions
Jae-Heon Ji ff5b7e5ad2
feat(into): add into-bool command (#499)
* feat(into): add example of into-bool

* feat(into): add convert from int and float

* feat(into): add converting string to bool

* feat(into): add converting value in table

* fix(into): update error

* fix(into): update span for example

* chore(into): update signature description

* float comparison using epsilon

* Update bool.rs

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2021-12-20 07:11:28 +11:00
..
into feat(into): add into-bool command (#499) 2021-12-20 07:11:28 +11:00
mod.rs Add initial batch of into conversions 2021-10-11 14:56:19 +13:00