mirror of
https://github.com/nushell/nushell.git
synced 2025-04-22 12:18:20 +02:00
make history.txt and history.sqlite3 tables have same command column (#5980)
This commit is contained in:
parent
efa56d0147
commit
b19cc799aa
@ -116,7 +116,7 @@ impl Command for History {
|
|||||||
cols: vec![
|
cols: vec![
|
||||||
"item_id".into(),
|
"item_id".into(),
|
||||||
"start_timestamp".into(),
|
"start_timestamp".into(),
|
||||||
"command_line".to_string(),
|
"command".to_string(),
|
||||||
"session_id".into(),
|
"session_id".into(),
|
||||||
"hostname".into(),
|
"hostname".into(),
|
||||||
"cwd".into(),
|
"cwd".into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user