mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +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;
|
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 a new issue