mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:48:37 +02:00
Experiment: Allow both $true/true and $false/false (#4696)
* Change true/false to keywords * oops, clippy * Both kinds of bools * Add in some boolean variables * disable py virtualenv test for now
This commit is contained in:
@ -28,7 +28,7 @@ convert a number to a nushell binary primitive
|
||||
|
||||
convert a boolean to a nushell binary primitive
|
||||
```shell
|
||||
> $true | into binary
|
||||
> true | into binary
|
||||
```
|
||||
|
||||
convert a filesize to a nushell binary primitive
|
||||
|
Reference in New Issue
Block a user