diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-10-14 10:59:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 10:59:21 +0100 |
| commit | f03f6e9ad74d8e1cf1fa33dc2c0c7c5dd7ae5c94 (patch) | |
| tree | aa03f60230b3bc96485806724383bfd6e4cc6b1d /src/command/client/history.rs | |
| parent | Fix ZSH import print (diff) | |
| download | atuin-f03f6e9ad74d8e1cf1fa33dc2c0c7c5dd7ae5c94.zip | |
Add automatic update checking (#555)
* Add automatic update checking
* Add setting to opt out of update checks
* Document options
* no
* no
* also no
* Make clippy happy
* Update atuin-client/src/settings.rs
Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
* fix features
Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
Diffstat (limited to 'src/command/client/history.rs')
| -rw-r--r-- | src/command/client/history.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/client/history.rs b/src/command/client/history.rs index fe5bfcbe..07f4b319 100644 --- a/src/command/client/history.rs +++ b/src/command/client/history.rs @@ -15,6 +15,7 @@ use atuin_client::{ #[cfg(feature = "sync")] use atuin_client::sync; +use log::debug; use super::search::format_duration; |
