mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 21:39:15 +00:00
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
14 lines
245 B
Markdown
14 lines
245 B
Markdown
# keep until
|
|
Keeps rows until the condition matches.
|
|
|
|
## Usage
|
|
```shell
|
|
> keep until <condition> {flags}
|
|
```
|
|
|
|
## Parameters
|
|
* `<condition>` The condition that must be met to stop keeping rows
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
|