forked from extern/nushell
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;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct HistoryArgs;
|
||||
pub struct HistoryArgs {}
|
||||
|
||||
impl WholeStreamCommand for History {
|
||||
fn name(&self) -> &str {
|
||||
|
Loading…
Reference in New Issue
Block a user