mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 20:47:50 +02:00
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -14,3 +14,14 @@ Render the table.
|
||||
|
||||
- `--start-number {int}`: row number to start viewing from
|
||||
|
||||
## Examples
|
||||
|
||||
List the files in current directory with index number start from 1.
|
||||
```shell
|
||||
> ls | table -n 1
|
||||
```
|
||||
|
||||
Render data in table view
|
||||
```shell
|
||||
> echo [[a b]; [1 2] [3 4]] | table
|
||||
```
|
||||
|
Reference in New Issue
Block a user