diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-30 13:41:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 13:41:01 +0000 |
| commit | 9597080825565b2ba8ea202b7027e91b02aaac7f (patch) | |
| tree | fbd896580e6bd927416799874a4a51b54f7771ee /atuin-client | |
| parent | feat: automatically init history store when record sync is enabled (#1634) (diff) | |
| download | atuin-9597080825565b2ba8ea202b7027e91b02aaac7f.zip | |
feat: add store push (#1649)
* feat: add store push
* only push for the current host unless specified
* tidy up
* tidy up some more
* sort features
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/src/record/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/record/mod.rs b/atuin-client/src/record/mod.rs index 8bc816ae..c40fd395 100644 --- a/atuin-client/src/record/mod.rs +++ b/atuin-client/src/record/mod.rs @@ -1,5 +1,6 @@ pub mod encryption; pub mod sqlite_store; pub mod store; + #[cfg(feature = "sync")] pub mod sync; |
