1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-25 20:31:44 +02:00

Properly deserialize history args ()

This commit is contained in:
Jonathan Turner 2020-05-05 07:50:10 +12:00 committed by GitHub
parent d2ac506de3
commit 454f560eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {