mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
Use correct column name in history import -h
example (#16190)
Closes #16189 See that issue for details.
This commit is contained in:
@ -57,7 +57,7 @@ Note that history item IDs are ignored when importing from file."#
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
example: "[[ command_line cwd ]; [ foo /home ]] | history import",
|
||||
example: "[[ command cwd ]; [ foo /home ]] | history import",
|
||||
description: "Append `foo` ran from `/home` to the current history",
|
||||
result: None,
|
||||
},
|
||||
|
Reference in New Issue
Block a user