nushell/crates/nu-cli/src/commands
Ofek Lev b15c824932
Fix example history command pipeline (#10220)
the example for `history` was out of date, this PR updates it.

## the failing command
```
❯ history | wrap cmd | where cmd =~ cargo
Error: nu:🐚:type_mismatch

  × Type mismatch during operation.
   ╭─[entry #23:1:1]
 1 │ history | wrap cmd | where cmd =~ cargo
   · ───┬───                        ─┬ ──┬──
   ·    │                            │   ╰── string
   ·    │                            ╰── type mismatch for operator
   ·    ╰── record<start_timestamp: string, command: string, cwd: string, duration: duration, exit_status: int>
   ╰────
```
2023-09-04 19:17:56 +02:00
..
commandline.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
default_context.rs Break up interdependencies of command crates (#9429) 2023-06-14 23:12:55 +02:00
history_session.rs Move CLI related commands to nu-cli (#8832) 2023-04-10 10:56:47 +12:00
history.rs Fix example history command pipeline (#10220) 2023-09-04 19:17:56 +02:00
keybindings_default.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
keybindings_list.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
keybindings_listen.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
keybindings.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Move CLI related commands to nu-cli (#8832) 2023-04-10 10:56:47 +12:00