diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 19:37:00 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 19:37:31 +0000 |
| commit | 099afe66ecfb569a8a04b66425ded29665e6a37c (patch) | |
| tree | 7bb1baadb9304fa0d4f353d0849f962e2af209e3 /src/local/mod.rs | |
| parent | Record command exit code and duration (diff) | |
| download | atuin-099afe66ecfb569a8a04b66425ded29665e6a37c.zip | |
Implement history import
Diffstat (limited to 'src/local/mod.rs')
| -rw-r--r-- | src/local/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local/mod.rs b/src/local/mod.rs index f587d016..a11ee213 100644 --- a/src/local/mod.rs +++ b/src/local/mod.rs @@ -1,2 +1,3 @@ pub mod database; pub mod history; +pub mod import; |
