diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-04-15 10:24:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 10:24:59 +0100 |
| commit | d5515f5bcd5b22393ee7dc055b4e4e8a9d7cb169 (patch) | |
| tree | aaa25bc23c6170b5a1f9218568b118be225d83e8 /docs | |
| parent | Improve error message for issue #850. (#876) (diff) | |
| download | atuin-d5515f5bcd5b22393ee7dc055b4e4e8a9d7cb169.zip | |
Avoid accidentally deleting all history, but allow it if intended (#878)
* Avoid accidentally deleting all history, but allow it if intended
* docs
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/commands/search.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/commands/search.md b/docs/docs/commands/search.md index 8714292c..f3217f07 100644 --- a/docs/docs/commands/search.md +++ b/docs/docs/commands/search.md @@ -22,6 +22,7 @@ appended with a wildcard). | `--limit` | Limit the number of results (default: none) | | `--offset` | Offset from the start of the results (default: none) | | `--delete` | Delete history matching this query | +| `--delete-it-all` | Delete all shell history | | `--reverse` | Reverse order of search results, oldest first | ## `atuin search -i` |
