mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 23:08:43 +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:
@ -19,5 +19,5 @@ Enter a new shell at parent path '..' and show all opened shells
|
||||
|
||||
Show currently active shell
|
||||
```shell
|
||||
> shells | where active == $true
|
||||
> shells | where active == true
|
||||
```
|
||||
|
Reference in New Issue
Block a user