mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +00:00
Properly deserialize history args (#1710)
This commit is contained in:
parent
d2ac506de3
commit
454f560eaa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue