mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:54:58 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
17
docs/commands/detect_columns.md
Normal file
17
docs/commands/detect_columns.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: detect columns
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
splits contents across multiple columns via the separator.
|
||||
|
||||
## Signature
|
||||
|
||||
```> detect columns --skip --no_headers```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `--skip {int}`: number of rows to skip before detecting
|
||||
- `--no_headers`: don't detect headers
|
||||
|
Reference in New Issue
Block a user