mirror of
https://github.com/nushell/nushell.git
synced 2025-02-18 03:21:05 +01:00
Properly deserialize history args (#1710)
This commit is contained in:
parent
d2ac506de3
commit
454f560eaa
@ -9,7 +9,7 @@ use std::io::{BufRead, BufReader};
|
|||||||
pub struct History;
|
pub struct History;
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct HistoryArgs;
|
pub struct HistoryArgs {}
|
||||||
|
|
||||||
impl WholeStreamCommand for History {
|
impl WholeStreamCommand for History {
|
||||||
fn name(&self) -> &str {
|
fn name(&self) -> &str {
|
||||||
|
Loading…
Reference in New Issue
Block a user