mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 20:17:14 +02:00
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -32,4 +32,3 @@ Chain multiple if's together
|
||||
```shell
|
||||
> if 5 < 3 { 'yes!' } else if 4 < 5 { 'no!' } else { 'okay!' }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user