aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/history.rs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-03-20 09:26:54 +0000
committerGitHub <noreply@github.com>2023-03-20 09:26:54 +0000
commitdcd77749dd1fdf6b0c8183bfbdf4f97bf238ebe4 (patch)
tree97c623911eeb52da65c2b3fd80092f2c86f3dd18 /src/command/client/history.rs
parentskim-demo (#695) (diff)
downloadatuin-dcd77749dd1fdf6b0c8183bfbdf4f97bf238ebe4.zip
Add history deletion (#791)
* Drop events. I'd still like to do them, but differently * Start adding delete api stuff * Set mailmap * Delete delete delete * Fix tests * Make clippy happy
Diffstat (limited to '')
-rw-r--r--src/command/client/history.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/history.rs b/src/command/client/history.rs
index 8735123e..c8f6b535 100644
--- a/src/command/client/history.rs
+++ b/src/command/client/history.rs
@@ -184,7 +184,7 @@ impl Cmd {
// store whatever is ran, than to throw an error to the terminal
let cwd = utils::get_current_dir();
- let h = History::new(chrono::Utc::now(), command, cwd, -1, -1, None, None);
+ let h = History::new(chrono::Utc::now(), command, cwd, -1, -1, None, None, None);
// print the ID
// we use this as the key for calling end