Skip to content

Commit

Permalink
Fix example history command pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Sep 4, 2023
1 parent 065e584 commit d8cdd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Show last 5 commands you have ran

Search all the commands from history that contains 'cargo'
```shell
> history | wrap cmd | where cmd =~ cargo
> history | wrap record | where record.command =~ cargo | get record.command

```

Expand Down

0 comments on commit d8cdd28

Please sign in to comment.