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/command/mod.rs | |
| parent | Record command exit code and duration (diff) | |
| download | atuin-099afe66ecfb569a8a04b66425ded29665e6a37c.zip | |
Implement history import
Diffstat (limited to 'src/command/mod.rs')
| -rw-r--r-- | src/command/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/mod.rs b/src/command/mod.rs new file mode 100644 index 00000000..c61d2280 --- /dev/null +++ b/src/command/mod.rs @@ -0,0 +1,2 @@ +pub mod history; +pub mod import; |
