mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 09:52:13 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
16
docs/commands/drop_column.md
Normal file
16
docs/commands/drop_column.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: drop column
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Remove the last number of columns. If you want to remove columns by name, try 'reject'.
|
||||
|
||||
## Signature
|
||||
|
||||
```> drop column (columns)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `columns`: starting from the end, the number of columns to remove
|
||||
|
Reference in New Issue
Block a user