mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 11:33:08 +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:
@ -49,7 +49,7 @@ convert string to string
|
||||
|
||||
convert boolean to string
|
||||
```shell
|
||||
> $true | into string
|
||||
> true | into string
|
||||
```
|
||||
|
||||
convert date to string
|
||||
|
Reference in New Issue
Block a user