nushell/crates/nu-command/src
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
..
calendar Sort default context items categorically (#465) 2021-12-10 21:07:39 -06:00
conversions feat(into): add into-bool command (#499) 2021-12-20 07:11:28 +11:00
core_commands Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
dataframe name change (#526) 2021-12-19 10:00:31 +00:00
date Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
env Treating environment variables as Values (#497) 2021-12-17 12:04:54 +11:00
experimental Category option for signature (#343) 2021-11-17 17:22:37 +13:00
filesystem Treating environment variables as Values (#497) 2021-12-17 12:04:54 +11:00
filters port empty command (#528) 2021-12-20 06:11:57 +11:00
formats Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
hash Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
math Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
network Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
path Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
platform Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
random Fix: add missing bind commands (#477) 2021-12-12 21:42:04 +02:00
shells Add better exit command (#369) 2021-11-26 21:00:57 +13:00
strings Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
system Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
viewers Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
default_context.rs feat(into): add into-bool command (#499) 2021-12-20 07:11:28 +11:00
example_test.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
lib.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00